
org.frekele.elasticsearch.mapping.MappingBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-mapping-builder Show documentation
Show all versions of elasticsearch-mapping-builder Show documentation
Elasticsearch Java Mapping Builder.
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