public class PropertyOrFieldSupport extends Object
Modifier and Type | Field and Description |
---|---|
static PropertyOrFieldSupport |
COMPARISON |
static PropertyOrFieldSupport |
EXTRACTION |
Modifier and Type | Method and Description |
---|---|
Object |
getSimpleValue(String propertyOrFieldName,
Object input) |
Object |
getValueOf(String propertyOrFieldName,
Object input) |
void |
setAllowUsingPrivateFields(boolean allowUsingPrivateFields) |
public static final PropertyOrFieldSupport EXTRACTION
public static final PropertyOrFieldSupport COMPARISON
Copyright © 2014–2019 AssertJ. All rights reserved.