public class RootObjectMapper extends ObjectMapper
| Modifier and Type | Class and Description |
|---|---|
static class |
RootObjectMapper.Builder |
static class |
RootObjectMapper.Defaults |
static class |
RootObjectMapper.TypeParser |
ObjectMapper.Dynamic, ObjectMapper.NestedMapper.BuilderContextToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsCONTENT_TYPE, NESTED_CONTENT_TYPEEMPTY_ARRAYEMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
protected boolean |
allowValue() |
boolean |
dateDetection() |
protected void |
doMerge(ObjectMapper mergeWith,
MergeContext mergeContext) |
protected void |
doXContent(XContentBuilder builder,
ToXContent.Params params) |
FormatDateTimeFormatter[] |
dynamicDateTimeFormatters() |
DynamicTemplate |
findTemplate(ContentPath path,
String name,
String matchType) |
Mapper.Builder |
findTemplateBuilder(ParseContext context,
String name,
String dynamicType) |
Mapper.Builder |
findTemplateBuilder(ParseContext context,
String name,
String dynamicType,
String matchType) |
boolean |
numericDetection() |
close, dynamic, fullPath, includeInAll, includeInAllIfNotSet, merge, name, nested, nestedTypeFilter, nestedTypePathAsString, parse, parseDynamicValue, putMapper, toXContent, toXContent, traverse, traverse, unsetIncludeInAllpublic boolean dateDetection()
public boolean numericDetection()
public FormatDateTimeFormatter[] dynamicDateTimeFormatters()
public Mapper.Builder findTemplateBuilder(ParseContext context, String name, String dynamicType)
public Mapper.Builder findTemplateBuilder(ParseContext context, String name, String dynamicType, String matchType)
public DynamicTemplate findTemplate(ContentPath path, String name, String matchType)
protected boolean allowValue()
allowValue in class ObjectMapperprotected void doMerge(ObjectMapper mergeWith, MergeContext mergeContext)
doMerge in class ObjectMapperprotected void doXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContent in class ObjectMapperIOExceptionCopyright © 2009–2016. All rights reserved.