Uses of Class
com.aerospike.mapper.tools.configuration.ClassConfig
Packages that use ClassConfig
Package
Description
-
Uses of ClassConfig in com.aerospike.mapper.tools
Methods in com.aerospike.mapper.tools that return ClassConfigModifier and TypeMethodDescriptionClassCache.getClassConfig(Class<?> clazz) ClassCache.getClassConfig(String className) ClassCacheEntry.getClassConfig()Methods in com.aerospike.mapper.tools with parameters of type ClassConfigModifier and TypeMethodDescriptionvoidPropertyDefinition.validate(String className, ClassConfig config, boolean allowNoSetter) Validate that this is a valid propertyAbstractBuilder.withClassConfigurations(ClassConfig classConfig, ClassConfig... classConfigs) -
Uses of ClassConfig in com.aerospike.mapper.tools.configuration
Methods in com.aerospike.mapper.tools.configuration that return ClassConfigMethods in com.aerospike.mapper.tools.configuration that return types with arguments of type ClassConfigMethods in com.aerospike.mapper.tools.configuration with parameters of type ClassConfig -
Uses of ClassConfig in com.aerospike.mapper.tools.utils
Constructors in com.aerospike.mapper.tools.utils with parameters of type ClassConfigModifierConstructorDescriptionAnnotatedType(ClassConfig config, Field field) AnnotatedType(ClassConfig config, Method getter)