public class ConstructorPropertyMeta<T,P> extends PropertyMeta<T,P>
| Type | Property and Description |
|---|---|
boolean |
isConstructor |
isSubPropertyreflectService| Constructor and Description |
|---|
ConstructorPropertyMeta(String name,
String column,
ReflectionService reflectService,
ConstructorParameter constructorParameter,
Class<T> owner) |
| Modifier and Type | Method and Description |
|---|---|
ConstructorParameter |
getConstructorParameter() |
String |
getPath() |
Type |
getType() |
boolean |
isConstructorProperty() |
protected Getter<T,P> |
newGetter() |
protected Setter<T,P> |
newSetter() |
String |
toString() |
getClassMeta, getColumn, getGetter, getName, getSetter, isSubProperty, newClassMetaisConstructorProperty in class PropertyMeta<T,P>public ConstructorPropertyMeta(String name, String column, ReflectionService reflectService, ConstructorParameter constructorParameter, Class<T> owner)
public Type getType()
getType in class PropertyMeta<T,P>public ConstructorParameter getConstructorParameter()
public boolean isConstructorProperty()
isConstructorProperty in class PropertyMeta<T,P>public String getPath()
getPath in class PropertyMeta<T,P>Copyright © 2015. All rights reserved.