org.sfm.reflect.meta
public abstract class PropertyMeta<O,P> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ReflectionService |
reflectService |
| Constructor and Description |
|---|
PropertyMeta(String name,
String column,
ReflectionService reflectService) |
| Modifier and Type | Method and Description |
|---|---|
ClassMeta<P> |
getClassMeta() |
String |
getColumn() |
Getter<O,P> |
getGetter() |
String |
getName() |
abstract String |
getPath() |
Setter<O,P> |
getSetter() |
abstract Type |
getType() |
boolean |
isConstructorProperty() |
boolean |
isSubProperty() |
protected ClassMeta<P> |
newClassMeta() |
protected abstract Getter<O,P> |
newGetter() |
protected abstract Setter<O,P> |
newSetter() |
protected final ReflectionService reflectService
public PropertyMeta(String name, String column, ReflectionService reflectService)
Copyright © 2015. All rights reserved.