org.sfm.reflect.meta
public class DirectClassMeta.DirectPropertyMeta<E> extends PropertyMeta<T,E>
reflectService| Constructor and Description |
|---|
DirectClassMeta.DirectPropertyMeta(String name,
String column,
ReflectionService reflectService,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Type |
getType() |
protected Getter<T,E> |
newGetter() |
protected Setter<T,E> |
newSetter() |
String |
toString() |
getClassMeta, getColumn, getGetter, getName, getSetter, isConstructorProperty, isSubProperty, newClassMetapublic DirectClassMeta.DirectPropertyMeta(String name, String column, ReflectionService reflectService, Type type)
public Type getType()
getType in class PropertyMeta<T,E>public String getPath()
getPath in class PropertyMeta<T,E>Copyright © 2015. All rights reserved.