Class PropertyOrFieldSupport
java.lang.Object
org.assertj.core.util.introspection.PropertyOrFieldSupport
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyOrFieldSupportstatic final PropertyOrFieldSupportprivate FieldSupportprivate PropertySupportprivate 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 booleanprivate StringnextNameFrom(String propertyOrFieldNameChain) private StringpopNameFrom(String propertyOrFieldNameChain) voidsetAllowUsingPrivateFields(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
-