Package org.elasticsearch.index.mapper
Class RootObjectMapper.TypeParser
- java.lang.Object
-
- org.elasticsearch.index.mapper.ObjectMapper.TypeParser
-
- org.elasticsearch.index.mapper.RootObjectMapper.TypeParser
-
- All Implemented Interfaces:
Mapper.TypeParser
- Enclosing class:
- RootObjectMapper
public static class RootObjectMapper.TypeParser extends ObjectMapper.TypeParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.Mapper.TypeParser
Mapper.TypeParser.ParserContext
-
-
Constructor Summary
Constructors Constructor Description TypeParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapper.Builderparse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext)protected booleanprocessField(RootObjectMapper.Builder builder, String fieldName, Object fieldNode, Version indexVersionCreated)-
Methods inherited from class org.elasticsearch.index.mapper.ObjectMapper.TypeParser
parseNested, parseObjectOrDocumentTypeProperties, parseProperties
-
-
-
-
Method Detail
-
parse
public Mapper.Builder parse(String name, Map<String,Object> node, Mapper.TypeParser.ParserContext parserContext) throws MapperParsingException
- Specified by:
parsein interfaceMapper.TypeParser- Overrides:
parsein classObjectMapper.TypeParser- Throws:
MapperParsingException
-
processField
protected boolean processField(RootObjectMapper.Builder builder, String fieldName, Object fieldNode, Version indexVersionCreated)
-
-