Package | Description |
---|---|
org.assertj.core.internal | |
org.assertj.core.util.introspection |
Modifier and Type | Field and Description |
---|---|
private FieldSupport |
Objects.fieldSupport |
Modifier and Type | Field and Description |
---|---|
private FieldSupport |
PropertyOrFieldSupport.fieldSupport |
Modifier and Type | Method and Description |
---|---|
static 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 |
FieldSupport.valueOf(java.lang.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.
|
Constructor and Description |
---|
PropertyOrFieldSupport(PropertySupport propertySupport,
FieldSupport fieldSupport) |