Package com.aerospike.mapper.tools
Class PropertyDefinition
java.lang.Object
com.aerospike.mapper.tools.PropertyDefinition
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getType()
Get the type of this property.void
void
void
validate
(String className, ClassConfig config, boolean allowNoSetter) Validate that this is a valid property
-
Constructor Details
-
PropertyDefinition
-
-
Method Details
-
getGetter
-
setGetter
-
getSetter
-
setSetter
-
getSetterParamType
-
getType
Get the type of this property. The getter and setter must agree on the property and this method is only valid after thevalidate
method has been called. -
getTypeMapper
-
getAnnotations
-
getGenericType
-
validate
Validate that this is a valid property
-