Class ClassConfig.AeroBinConfig
java.lang.Object
com.aerospike.mapper.tools.configuration.ClassConfig.AeroBinConfig
- Enclosing class:
ClassConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbeingEmbeddedAs
(AerospikeEmbed.EmbedType type, AerospikeEmbed.EmbedType elementType) beingEmbeddedAs
(AerospikeEmbed.EmbedType type, AerospikeEmbed.EmbedType elementType, boolean saveKey) Exclude the field.mappingToBin
(String name)
-
Constructor Details
-
AeroBinConfig
-
-
Method Details
-
mappingToBin
-
beingReferencedBy
-
beingLazilyReferencedBy
-
beingEmbeddedAs
-
beingEmbeddedAs
public ClassConfig.Builder beingEmbeddedAs(AerospikeEmbed.EmbedType type, AerospikeEmbed.EmbedType elementType) -
beingEmbeddedAs
public ClassConfig.Builder beingEmbeddedAs(AerospikeEmbed.EmbedType type, AerospikeEmbed.EmbedType elementType, boolean saveKey) -
beingExcluded
Exclude the field. An excluded field doesn't need any other config, so return the parent. This allows for more natural syntax like:.withConfigurationForClass(B.class) .withFieldName("ignoreMe").beingExcluded() .end()
- Returns:
-