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