All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.mapper.tools.configuration.EmbedConfig Maven / Gradle / Ivy

package com.aerospike.mapper.tools.configuration;

import com.aerospike.mapper.annotations.AerospikeEmbed.EmbedType;

public class EmbedConfig {
    private EmbedType type;
    private EmbedType elementType;
    private Boolean saveKey;

    public EmbedType getType() {
        return type;
    }

    public EmbedType getElementType() {
        return elementType;
    }

    public Boolean getSaveKey() {
        return saveKey;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy