public class PrototypeProperty extends Object
| Constructor and Description |
|---|
PrototypeProperty(Method method,
net.sf.cglib.proxy.MethodProxy proxy,
Object[] args) |
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
|
Class<?> |
getReturnType() |
boolean |
isGeneric() |
String |
toString() |
public PrototypeProperty(PrototypeProperty parent, Method method, net.sf.cglib.proxy.MethodProxy proxy, Object[] args)
public Object getPropertyValue(Object actual)
public String getPath()
public Class<?> getReturnType()
public Type getGenericReturnType()
public boolean isGeneric()
Copyright © 2014. All Rights Reserved.