public class NonMappedPropertyMeta<T,P> extends PropertyMeta<T,P>
isConstructorProperty, isSubPropertyreflectService| Constructor and Description |
|---|
NonMappedPropertyMeta(String name,
Type ownerType,
ReflectionService reflectService,
Object[] defineProperties) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getDefinedProperties() |
Getter<? super T,? extends P> |
getGetter() |
String |
getPath() |
Type |
getPropertyType() |
Setter<? super T,? super P> |
getSetter() |
boolean |
isNonMapped() |
PropertyMeta<T,P> |
toNonMapped() |
String |
toString() |
PropertyMeta<T,P> |
withReflectionService(ReflectionService reflectionService) |
compressSubSelf, getName, getOwnerType, getPropertyClassMeta, getPropertyClassMetaSupplier, getReflectService, isConstructorProperty, isSelf, isSubProperty, isValid, newPropertyClassMeta, typeAffinityScorepublic NonMappedPropertyMeta(String name, Type ownerType, ReflectionService reflectService, Object[] defineProperties)
public PropertyMeta<T,P> withReflectionService(ReflectionService reflectionService)
withReflectionService in class PropertyMeta<T,P>public Setter<? super T,? super P> getSetter()
getSetter in class PropertyMeta<T,P>public Getter<? super T,? extends P> getGetter()
getGetter in class PropertyMeta<T,P>public Type getPropertyType()
getPropertyType in class PropertyMeta<T,P>public String getPath()
getPath in class PropertyMeta<T,P>public Object[] getDefinedProperties()
getDefinedProperties in class PropertyMeta<T,P>public boolean isNonMapped()
isNonMapped in class PropertyMeta<T,P>public PropertyMeta<T,P> toNonMapped()
toNonMapped in class PropertyMeta<T,P>Copyright © 2019. All rights reserved.