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

org.frekele.elasticsearch.mapping.MappingBuilder Maven / Gradle / Ivy

The newest version!
package org.frekele.elasticsearch.mapping;

import java.io.Serializable;

/**
 * Elastic Mapping Builder, Build Entity to Json Object.
 *
 * @author frekele - Leandro Kersting de Freitas
 */
public interface MappingBuilder extends Serializable {

    public ObjectMapping build(Class... documentClass);

    public ObjectMapping build(boolean pretty, Class... documentClass);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy