public abstract class PropertyMeta<O,P> extends Object
| Type | Property and Description |
|---|---|
boolean |
isConstructor
Gets the value of the property constructorProperty.
|
boolean |
isSub
Gets the value of the property subProperty.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReflectionService |
reflectService |
| Constructor and Description |
|---|
PropertyMeta(String name,
ReflectionService reflectService) |
| Modifier and Type | Method and Description |
|---|---|
ClassMeta<P> |
getClassMeta() |
Getter<O,P> |
getGetter() |
String |
getName() |
abstract String |
getPath() |
Setter<O,P> |
getSetter() |
abstract Type |
getType() |
boolean |
isConstructorProperty()
Gets the value of the property constructorProperty.
|
boolean |
isSubProperty()
Gets the value of the property subProperty.
|
protected ClassMeta<P> |
newClassMeta() |
protected abstract Getter<O,P> |
newGetter() |
protected abstract Setter<O,P> |
newSetter() |
public boolean isConstructorProperty
public boolean isSubProperty
protected final ReflectionService reflectService
public PropertyMeta(String name, ReflectionService reflectService)
public final String getName()
public abstract Type getType()
public boolean isConstructorProperty()
public abstract String getPath()
public boolean isSubProperty()
Copyright © 2015. All rights reserved.