public class ConstructorPropertyMeta<T,P> extends PropertyMeta<T,P>
| Type | Property and Description |
|---|---|
boolean |
isConstructor
Gets the value of the property constructorProperty.
|
isSubPropertyreflectService| Constructor and Description |
|---|
ConstructorPropertyMeta(String name,
ReflectionService reflectService,
Parameter parameter,
Class<T> owner) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
getParameter() |
String |
getPath() |
Type |
getType() |
boolean |
isConstructorProperty()
Gets the value of the property constructorProperty.
|
protected Getter<T,P> |
newGetter() |
protected Setter<T,P> |
newSetter() |
String |
toString() |
getClassMeta, getGetter, getName, getSetter, isSubProperty, newClassMetapublic boolean isConstructorProperty
isConstructorProperty in class PropertyMeta<T,P>public ConstructorPropertyMeta(String name, ReflectionService reflectService, Parameter parameter, Class<T> owner)
public Type getType()
getType in class PropertyMeta<T,P>public Parameter getParameter()
public boolean isConstructorProperty()
isConstructorProperty in class PropertyMeta<T,P>public String getPath()
getPath in class PropertyMeta<T,P>Copyright © 2015. All rights reserved.