Uses of Enum Class
org.assertj.core.util.introspection.FieldSupport
Packages that use FieldSupport
-
Uses of FieldSupport in org.assertj.core.internal
Fields in org.assertj.core.internal declared as FieldSupport -
Uses of FieldSupport in org.assertj.core.util.introspection
Fields in org.assertj.core.util.introspection declared as FieldSupportMethods in org.assertj.core.util.introspection that return FieldSupportModifier and TypeMethodDescriptionstatic FieldSupport
FieldSupport.comparison()
Returns the instance dedicated to comparison of fields.static FieldSupport
FieldSupport.extraction()
Returns the instance dedicated to extraction of fields.static FieldSupport
Returns the enum constant of this class with the specified name.static FieldSupport[]
FieldSupport.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.assertj.core.util.introspection with parameters of type FieldSupportModifierConstructorDescription(package private)
PropertyOrFieldSupport
(PropertySupport propertySupport, FieldSupport fieldSupport)