private static class ReflectionAttributeExtractor.FieldPart extends java.lang.Object implements ReflectionAttributeExtractor.Part
Modifier and Type | Field and Description |
---|---|
private ReflectionAttributeExtractor.FieldRef |
cache |
private java.lang.String |
fieldName |
Constructor and Description |
---|
FieldPart(java.lang.String field) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eval(java.lang.Object target) |
private final java.lang.String fieldName
private transient volatile ReflectionAttributeExtractor.FieldRef cache
public java.lang.Object eval(java.lang.Object target)
eval
in interface ReflectionAttributeExtractor.Part