Class PropertyOrFieldSupport
java.lang.Object
org.assertj.core.util.introspection.PropertyOrFieldSupport
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyOrFieldSupport
static final PropertyOrFieldSupport
private FieldSupport
private PropertySupport
private static final String
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyOrFieldSupport
(PropertySupport propertySupport, FieldSupport fieldSupport) -
Method Summary
Modifier and TypeMethodDescriptiongetSimpleValue
(String name, Object input) getValueOf
(String propertyOrFieldName, Object input) private boolean
private String
nextNameFrom
(String propertyOrFieldNameChain) private String
popNameFrom
(String propertyOrFieldNameChain) void
setAllowUsingPrivateFields
(boolean allowUsingPrivateFields)
-
Field Details
-
SEPARATOR
- See Also:
-
propertySupport
-
fieldSupport
-
EXTRACTION
-
COMPARISON
-
-
Constructor Details
-
PropertyOrFieldSupport
PropertyOrFieldSupport() -
PropertyOrFieldSupport
PropertyOrFieldSupport(PropertySupport propertySupport, FieldSupport fieldSupport)
-
-
Method Details
-
setAllowUsingPrivateFields
public void setAllowUsingPrivateFields(boolean allowUsingPrivateFields) -
getValueOf
-
getSimpleValue
-
popNameFrom
-
nextNameFrom
-
isNested
-