public static class ExtendPropertyFinder.CustomProperty<T,P>
extends org.simpleflatmapper.reflect.meta.PropertyMeta<T,P>
| Type | Property and Description |
|---|---|
boolean |
isConstructor
Gets the value of the property constructorProperty.
|
boolean |
isSub
Gets the value of the property subProperty.
|
| Constructor and Description |
|---|
CustomProperty(Type ownerType,
org.simpleflatmapper.reflect.ReflectionService reflectService,
String name,
Type type,
org.simpleflatmapper.reflect.Setter<? super T,? super P> setter,
org.simpleflatmapper.reflect.Getter<? super T,? extends P> getter) |
| Modifier and Type | Method and Description |
|---|---|
org.simpleflatmapper.reflect.Getter<? super T,? extends P> |
getGetter() |
String |
getPath() |
Type |
getPropertyType() |
org.simpleflatmapper.reflect.Setter<? super T,? super P> |
getSetter() |
boolean |
isApplicable(Type ownerType) |
boolean |
isConstructorProperty()
Gets the value of the property constructorProperty.
|
boolean |
isSelf() |
boolean |
isSubProperty()
Gets the value of the property subProperty.
|
boolean |
isValid() |
org.simpleflatmapper.reflect.meta.PropertyMeta<T,P> |
toNonMapped() |
org.simpleflatmapper.reflect.meta.PropertyMeta<T,P> |
withReflectionService(org.simpleflatmapper.reflect.ReflectionService reflectionService) |
public boolean isConstructorProperty
public Type getPropertyType()
public String getPath()
public boolean isApplicable(Type ownerType)
public boolean isConstructorProperty()
public boolean isSubProperty()
public boolean isSelf()
public boolean isValid()
public org.simpleflatmapper.reflect.meta.PropertyMeta<T,P> withReflectionService(org.simpleflatmapper.reflect.ReflectionService reflectionService)
Copyright © 2020. All rights reserved.