Uses of Class
nl.jqno.equalsverifier.internal.reflection.FieldIterable
Packages that use FieldIterable
-
Uses of FieldIterable in nl.jqno.equalsverifier.internal.reflection
Methods in nl.jqno.equalsverifier.internal.reflection that return FieldIterableModifier and TypeMethodDescriptionstatic FieldIterableFactory method for a FieldIterable that iterates over all declared fields oftypeand over the declared fields of all of its superclasses.static FieldIterableFieldIterable.ofIgnoringStatic(Class<?> type) Factory method for a FieldIterable that iterates over all declared fields oftype, but that ignores its static fields.static FieldIterableFieldIterable.ofIgnoringSuper(Class<?> type) Factory method for a FieldIterable that iterates over all declared fields oftype, but that ignores the declared fields of its superclasses.