Class ClassConfig.Builder
java.lang.Object
com.aerospike.mapper.tools.configuration.ClassConfig.Builder
- Enclosing class:
- ClassConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withDurableDelete(boolean durableDelete) withFactoryClassAndMethod(@NotNull Class<?> factoryClass, @NotNull String factoryMethod) withFieldNamed(String fieldName) withKeyField(String fieldName) withKeyFieldAndStoreAsBin(String fieldName, boolean storeAsBin) withKeyGetterAndSetterOf(String getterName, String setterName) withMapAll(boolean mapAll) withNamespace(String namespace) withSendKey(boolean sendKey) withShortName(boolean sendKey) withShortName(String shortName) withTtl(int ttl) withVersion(int version)
-
Constructor Details
-
Builder
-
-
Method Details
-
withNamespace
-
withShortName
-
withSet
-
withTtl
-
withVersion
-
withSendKey
-
withMapAll
-
withDurableDelete
-
withShortName
-
withFactoryClassAndMethod
public ClassConfig.Builder withFactoryClassAndMethod(@NotNull @NotNull Class<?> factoryClass, @NotNull @NotNull String factoryMethod) -
withKeyField
-
withKeyFieldAndStoreAsBin
-
withKeyGetterAndSetterOf
-
withFieldNamed
-
build
-