Uses of Class
org.assertj.core.util.introspection.FieldSupport
-
Packages that use FieldSupport Package Description org.assertj.core.internal org.assertj.core.util.introspection -
-
Uses of FieldSupport in org.assertj.core.internal
Fields in org.assertj.core.internal declared as FieldSupport Modifier and Type Field Description private FieldSupportObjects. fieldSupport -
Uses of FieldSupport in org.assertj.core.util.introspection
Fields in org.assertj.core.util.introspection declared as FieldSupport Modifier and Type Field Description private FieldSupportPropertyOrFieldSupport. fieldSupportMethods in org.assertj.core.util.introspection that return FieldSupport Modifier and Type Method Description static FieldSupportFieldSupport. comparison()Returns the instance dedicated to comparison of fields.static FieldSupportFieldSupport. extraction()Returns the instance dedicated to extraction of fields.static FieldSupportFieldSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldSupport[]FieldSupport. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.assertj.core.util.introspection with parameters of type FieldSupport Constructor Description PropertyOrFieldSupport(PropertySupport propertySupport, FieldSupport fieldSupport)
-