public class MethodPropertyMeta<T,P> extends PropertyMeta<T,P>
isConstructorProperty, isSubPropertyreflectService| Constructor and Description |
|---|
MethodPropertyMeta(String name,
ReflectionService reflectService,
Method setter,
Method getter,
Type type) |
MethodPropertyMeta(String name,
ReflectionService reflectService,
Method method,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Type |
getType() |
protected Getter<T,P> |
newGetter() |
protected Setter<T,P> |
newSetter() |
String |
toString() |
getClassMeta, getGetter, getName, getSetter, isConstructorProperty, isSubProperty, newClassMetapublic MethodPropertyMeta(String name, ReflectionService reflectService, Method method, Type type)
public MethodPropertyMeta(String name, ReflectionService reflectService, Method setter, Method getter, Type type)
public Type getType()
getType in class PropertyMeta<T,P>public String getPath()
getPath in class PropertyMeta<T,P>Copyright © 2015. All rights reserved.