public class PrototypeProperty extends Object implements PrototypeValue
| Constructor and Description |
|---|
PrototypeProperty(PrototypeProperty parent,
Method method,
net.sf.cglib.proxy.MethodProxy proxy,
Object[] args,
Map<String,Class<?>> typeParameters) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getGenericReturnType() |
Map<String,Class<?>> |
getGenericTypeArguments() |
String |
getLabel() |
String |
getPath() |
Object |
getValue(Object actual)
Return the value of this property on the given object
|
String |
toString() |
public Object getValue(Object actual)
getValue in interface PrototypeValuepublic String getLabel()
getLabel in interface PrototypeValuepublic String getPath()
public Type getGenericReturnType()
Copyright © 2015. All rights reserved.