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 PropertyOrFieldSupportCOMPARISONstatic PropertyOrFieldSupportEXTRACTION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetSimpleValue(String propertyOrFieldName, Object input)ObjectgetValueOf(String propertyOrFieldName, Object input)voidsetAllowUsingPrivateFields(boolean allowUsingPrivateFields)
-
-
-
Field Detail
-
EXTRACTION
public static final PropertyOrFieldSupport EXTRACTION
-
COMPARISON
public static final PropertyOrFieldSupport COMPARISON
-
-