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 ClassConfigClassCache. getClassConfig(Class<?> clazz)ClassConfigClassCache. getClassConfig(String className)ClassConfigClassCacheEntry. getClassConfig()Methods in com.aerospike.mapper.tools with parameters of type ClassConfig Modifier and Type Method Description voidPropertyDefinition. 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)