public class SelfPropertyMeta<T,E> extends PropertyMeta<T,E>
| Modifier and Type | Field | Description |
|---|---|---|
static String |
PROPERTY_PATH |
reflectService| Constructor | Description |
|---|---|
SelfPropertyMeta(ReflectionService reflectService,
Type type,
org.simpleflatmapper.util.BooleanProvider isValid,
ClassMeta<E> classMeta) |
| Modifier and Type | Method | Description |
|---|---|---|
Getter<T,E> |
getGetter() |
|
String |
getPath() |
|
Type |
getPropertyType() |
|
Setter<? super T,? super E> |
getSetter() |
|
boolean |
isSelf() |
|
boolean |
isValid() |
|
protected ClassMeta<E> |
newPropertyClassMeta() |
|
String |
toString() |
|
PropertyMeta<T,E> |
withReflectionService(ReflectionService reflectionService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefinedProperties, getName, getOwnerType, getPropertyClassMeta, getPropertyClassMetaSupplier, getReflectService, isConstructorProperty, isSubProperty, typeAffinityScorepublic static final String PROPERTY_PATH
public SelfPropertyMeta(ReflectionService reflectService, Type type, org.simpleflatmapper.util.BooleanProvider isValid, ClassMeta<E> classMeta)
protected ClassMeta<E> newPropertyClassMeta()
newPropertyClassMeta in class PropertyMeta<T,E>public PropertyMeta<T,E> withReflectionService(ReflectionService reflectionService)
withReflectionService in class PropertyMeta<T,E>public Setter<? super T,? super E> getSetter()
getSetter in class PropertyMeta<T,E>public Type getPropertyType()
getPropertyType in class PropertyMeta<T,E>public String getPath()
getPath in class PropertyMeta<T,E>public boolean isValid()
isValid in class PropertyMeta<T,E>public boolean isSelf()
isSelf in class PropertyMeta<T,E>Copyright © 2019. All rights reserved.