Uses of Class
com.aerospike.mapper.tools.AbstractBuilder
Packages that use AbstractBuilder
-
Uses of AbstractBuilder in com.aerospike.mapper.tools
Subclasses of AbstractBuilder in com.aerospike.mapper.toolsModifier and TypeClassDescriptionstatic class
Create a new Builder to instantiate the AeroMapper.static class
Create a new Builder to instantiate the AeroMapper.Methods in com.aerospike.mapper.tools that return AbstractBuilderModifier and TypeMethodDescriptionAbstractBuilder.addConverter
(Object converter) Add in a custom type converter.AbstractBuilder.AeroPolicyMapper.forAll()
AbstractBuilder.AeroPolicyMapper.forClasses
(Class<?>... classes) AbstractBuilder.AeroPolicyMapper.forThisOrChildrenOf
(Class<?> clazz) AbstractBuilder.preLoadClass
(Class<?> clazz) AbstractBuilder.preLoadClasses
(Class<?>... clazzes) AbstractBuilder.preLoadClassesFromPackage
(Class<?> classInPackage) AbstractBuilder.preLoadClassesFromPackage
(String thePackage) AbstractBuilder.withClassConfigurations
(ClassConfig classConfig, ClassConfig... classConfigs) AbstractBuilder.withConfiguration
(String configurationYaml) AbstractBuilder.withConfiguration
(String configurationYaml, boolean allowsInvalid) AbstractBuilder.withConfigurationFile
(File file) AbstractBuilder.withConfigurationFile
(File file, boolean allowsInvalid) AbstractBuilder.withConfigurationFile
(InputStream ios) AbstractBuilder.withConfigurationFile
(InputStream ios, boolean allowsInvalid) Constructors in com.aerospike.mapper.tools with parameters of type AbstractBuilderModifierConstructorDescriptionAeroPolicyMapper
(AbstractBuilder<T> builder, ClassCache.PolicyType policyType, com.aerospike.client.policy.Policy policy)