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