Class PropertyOrFieldSupport
- java.lang.Object
-
- org.assertj.core.util.introspection.PropertyOrFieldSupport
-
public class PropertyOrFieldSupport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyOrFieldSupport
COMPARISON
static PropertyOrFieldSupport
EXTRACTION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getSimpleValue(String propertyOrFieldName, Object input)
Object
getValueOf(String propertyOrFieldName, Object input)
void
setAllowUsingPrivateFields(boolean allowUsingPrivateFields)
-
-
-
Field Detail
-
EXTRACTION
public static final PropertyOrFieldSupport EXTRACTION
-
COMPARISON
public static final PropertyOrFieldSupport COMPARISON
-
-