public class SubPropertyMeta<O,P> extends PropertyMeta<O,P>
| Type | Property and Description |
|---|---|
boolean |
isSub |
isConstructorPropertyreflectService| Constructor and Description |
|---|
SubPropertyMeta(ReflectionService reflectService,
PropertyMeta<O,P> property,
PropertyMeta<P,?> subProperty) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getLeafType() |
PropertyMeta<O,P> |
getOwnerProperty() |
String |
getPath() |
PropertyMeta<P,?> |
getSubProperty() |
Type |
getType() |
boolean |
isSubProperty() |
protected ClassMeta<P> |
newClassMeta() |
protected Getter<O,P> |
newGetter() |
protected Setter<O,P> |
newSetter() |
String |
toString() |
getClassMeta, getGetter, getName, getSetter, isConstructorPropertyisSubProperty in class PropertyMeta<O,P>public SubPropertyMeta(ReflectionService reflectService, PropertyMeta<O,P> property, PropertyMeta<P,?> subProperty)
public Type getType()
getType in class PropertyMeta<O,P>public PropertyMeta<O,P> getOwnerProperty()
public PropertyMeta<P,?> getSubProperty()
protected ClassMeta<P> newClassMeta()
newClassMeta in class PropertyMeta<O,P>public boolean isSubProperty()
isSubProperty in class PropertyMeta<O,P>public String getPath()
getPath in class PropertyMeta<O,P>public Type getLeafType()
Copyright © 2015. All rights reserved.