Uses of Class
nl.jqno.equalsverifier.util.FieldIterable

Packages that use FieldIterable
nl.jqno.equalsverifier.util   
 

Uses of FieldIterable in nl.jqno.equalsverifier.util
 

Methods in nl.jqno.equalsverifier.util that return FieldIterable
static FieldIterable FieldIterable.of(Class<?> type)
          Factory method for a FieldIterator that iterates over all declared fields of type and over the declared fields of all of its superclasses.
static FieldIterable FieldIterable.ofIgnoringSuper(Class<?> type)
          Factory method for a FieldIterator that iterates over all declared fields of type, but that ignores the declared fields of its superclasses.
 



Copyright © 2015. All Rights Reserved.