public class FieldPropertyMeta<T,P> extends PropertyMeta<T,P>
isConstructorProperty, isSubPropertyreflectService| Constructor and Description |
|---|
FieldPropertyMeta(String name,
String columnName,
ReflectionService reflectService,
Field field,
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, getColumn, getGetter, getName, getSetter, isConstructorProperty, isSubProperty, newClassMetapublic FieldPropertyMeta(String name, String columnName, ReflectionService reflectService, Field field, 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.