Uses of Class
org.elasticsearch.index.mapper.ObjectMapper.Builder
-
Packages that use ObjectMapper.Builder Package Description org.elasticsearch.index.mapper -
-
Uses of ObjectMapper.Builder in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper with type parameters of type ObjectMapper.Builder Modifier and Type Class Description static classObjectMapper.Builder<T extends ObjectMapper.Builder,Y extends ObjectMapper>Subclasses of ObjectMapper.Builder in org.elasticsearch.index.mapper Modifier and Type Class Description static classRootObjectMapper.BuilderMethods in org.elasticsearch.index.mapper with parameters of type ObjectMapper.Builder Modifier and Type Method Description protected static voidObjectMapper.TypeParser. parseNested(String name, Map<String,Object> node, ObjectMapper.Builder builder, Mapper.TypeParser.ParserContext parserContext)protected static booleanObjectMapper.TypeParser. parseObjectOrDocumentTypeProperties(String fieldName, Object fieldNode, Mapper.TypeParser.ParserContext parserContext, ObjectMapper.Builder builder)protected static voidObjectMapper.TypeParser. parseProperties(ObjectMapper.Builder objBuilder, Map<String,Object> propsNode, Mapper.TypeParser.ParserContext parserContext)
-