Class MappingBuilder

java.lang.Object
org.elasticsearch.index.mapper.MappingBuilder

public class MappingBuilder extends Object
Mutable builder for a Mapping. Holds a RootObjectMapper.Builder and metadata field builders, allowing merge operations to happen at the builder level before building the final immutable Mapping.