- All Known Implementing Classes:
FieldAliasMapper.TypeParser,FieldMapper.TypeParser,NestedObjectMapper.TypeParser,ObjectMapper.TypeParser,PassThroughObjectMapper.TypeParser
- Enclosing class:
Mapper
public static interface Mapper.TypeParser
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleansupportsVersion(IndexVersion indexCreatedVersion) Whether we can parse this type on indices with the given index created version.
-
Method Details
-
parse
Mapper.Builder parse(String name, Map<String, Object> node, MappingParserContext parserContext) throws MapperParsingException- Throws:
MapperParsingException
-
supportsVersion
Whether we can parse this type on indices with the given index created version.
-