Package | Description |
---|---|
org.elasticsearch.index.mapper | |
org.elasticsearch.index.mapper.object |
Modifier and Type | Method and Description |
---|---|
static ObjectMapper.Builder |
MapperBuilders.object(String name) |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectMapper.Builder<T extends ObjectMapper.Builder,Y extends ObjectMapper> |
Modifier and Type | Class and Description |
---|---|
static class |
RootObjectMapper.Builder |
Modifier and Type | Method and Description |
---|---|
protected ObjectMapper.Builder |
RootObjectMapper.TypeParser.createBuilder(String name) |
protected ObjectMapper.Builder |
ObjectMapper.TypeParser.createBuilder(String name) |
Modifier and Type | Method and Description |
---|---|
protected static void |
ObjectMapper.TypeParser.parseNested(String name,
Map<String,Object> node,
ObjectMapper.Builder builder) |
protected static boolean |
ObjectMapper.TypeParser.parseObjectOrDocumentTypeProperties(String fieldName,
Object fieldNode,
Mapper.TypeParser.ParserContext parserContext,
ObjectMapper.Builder builder) |
protected static void |
ObjectMapper.TypeParser.parseObjectProperties(String name,
String fieldName,
Object fieldNode,
ObjectMapper.Builder builder) |
protected static void |
ObjectMapper.TypeParser.parseProperties(ObjectMapper.Builder objBuilder,
Map<String,Object> propsNode,
Mapper.TypeParser.ParserContext parserContext) |
protected boolean |
RootObjectMapper.TypeParser.processField(ObjectMapper.Builder builder,
String fieldName,
Object fieldNode) |
Copyright © 2009–2015. All rights reserved.