MetadataFieldMapper.TypeParserAllFieldMapper.TypeParser, BinaryFieldMapper.TypeParser, BooleanFieldMapper.TypeParser, CompletionFieldMapper.TypeParser, DateFieldMapper.TypeParser, FieldNamesFieldMapper.TypeParser, GeoPointFieldMapper.TypeParser, GeoShapeFieldMapper.TypeParser, IdFieldMapper.TypeParser, IndexFieldMapper.TypeParser, IpFieldMapper.TypeParser, KeywordFieldMapper.TypeParser, NumberFieldMapper.TypeParser, ObjectMapper.TypeParser, ParentFieldMapper.TypeParser, RangeFieldMapper.TypeParser, RootObjectMapper.TypeParser, RoutingFieldMapper.TypeParser, SeqNoFieldMapper.TypeParser, SourceFieldMapper.TypeParser, TextFieldMapper.TypeParser, TypeFieldMapper.TypeParser, UidFieldMapper.TypeParser, VersionFieldMapper.TypeParserpublic static interface Mapper.TypeParser
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Mapper.TypeParser.ParserContext |
| Modifier and Type | Method | Description |
|---|---|---|
Mapper.Builder<?,?> |
parse(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> node,
Mapper.TypeParser.ParserContext parserContext) |
Mapper.Builder<?,?> parse(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> node, Mapper.TypeParser.ParserContext parserContext) throws MapperParsingException
MapperParsingException