Uses of Class
com.aerospike.mapper.tools.configuration.ClassConfig
Package | Description |
---|---|
com.aerospike.mapper.tools | |
com.aerospike.mapper.tools.configuration | |
com.aerospike.mapper.tools.utils |
-
Uses of ClassConfig in com.aerospike.mapper.tools
Methods in com.aerospike.mapper.tools that return ClassConfig Modifier and Type Method Description ClassConfig
ClassCache. getClassConfig(Class<?> clazz)
ClassConfig
ClassCache. getClassConfig(String className)
ClassConfig
ClassCacheEntry. getClassConfig()
Methods in com.aerospike.mapper.tools with parameters of type ClassConfig Modifier and Type Method Description void
PropertyDefinition. validate(String className, ClassConfig config, boolean allowNoSetter)
Validate that this is a valid property -
Uses of ClassConfig in com.aerospike.mapper.tools.configuration
Methods in com.aerospike.mapper.tools.configuration that return types with arguments of type ClassConfig Modifier and Type Method Description List<ClassConfig>
Configuration. getClasses()
-
Uses of ClassConfig in com.aerospike.mapper.tools.utils
Constructors in com.aerospike.mapper.tools.utils with parameters of type ClassConfig Constructor Description AnnotatedType(ClassConfig config, Field field)
AnnotatedType(ClassConfig config, Method getter)