|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.mapper.xcontent.ObjectMapper
org.elasticsearch.index.mapper.xcontent.RootObjectMapper
public class RootObjectMapper
Nested Class Summary | |
---|---|
static class |
RootObjectMapper.Builder
|
static class |
RootObjectMapper.Defaults
|
static class |
RootObjectMapper.TypeParser
|
Nested classes/interfaces inherited from class org.elasticsearch.index.mapper.xcontent.ObjectMapper |
---|
ObjectMapper.Dynamic |
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.xcontent.XContentMapper |
---|
XContentMapper.BuilderContext |
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent |
---|
ToXContent.MapParams, ToXContent.Params |
Field Summary |
---|
Fields inherited from class org.elasticsearch.index.mapper.xcontent.ObjectMapper |
---|
CONTENT_TYPE |
Fields inherited from interface org.elasticsearch.index.mapper.xcontent.XContentMapper |
---|
EMPTY_ARRAY |
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent |
---|
EMPTY_PARAMS |
Method Summary | |
---|---|
FormatDateTimeFormatter[] |
dateTimeFormatters()
|
protected void |
doMerge(ObjectMapper mergeWith,
MergeContext mergeContext)
|
protected void |
doXContent(XContentBuilder builder,
ToXContent.Params params)
|
DynamicTemplate |
findTemplate(ContentPath path,
java.lang.String name,
java.lang.String dynamicType)
|
XContentMapper.Builder |
findTemplateBuilder(ParseContext context,
java.lang.String name,
java.lang.String dynamicType)
|
Methods inherited from class org.elasticsearch.index.mapper.xcontent.ObjectMapper |
---|
close, dynamic, includeInAll, includeInAllIfNotSet, merge, name, parse, putMapper, toXContent, toXContent, traverse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FormatDateTimeFormatter[] dateTimeFormatters()
public XContentMapper.Builder findTemplateBuilder(ParseContext context, java.lang.String name, java.lang.String dynamicType)
public DynamicTemplate findTemplate(ContentPath path, java.lang.String name, java.lang.String dynamicType)
protected void doMerge(ObjectMapper mergeWith, MergeContext mergeContext)
doMerge
in class ObjectMapper
protected void doXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContent
in class ObjectMapper
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |