org.elasticsearch.index.mapper.object
Class RootObjectMapper.TypeParser

java.lang.Object
  extended by org.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
      extended by org.elasticsearch.index.mapper.object.RootObjectMapper.TypeParser
All Implemented Interfaces:
Mapper.TypeParser
Enclosing class:
RootObjectMapper

public static class RootObjectMapper.TypeParser
extends ObjectMapper.TypeParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.Mapper.TypeParser
Mapper.TypeParser.ParserContext
 
Constructor Summary
RootObjectMapper.TypeParser()
           
 
Method Summary
protected  ObjectMapper.Builder createBuilder(String name)
           
protected  void processField(ObjectMapper.Builder builder, String fieldName, Object fieldNode)
           
 
Methods inherited from class org.elasticsearch.index.mapper.object.ObjectMapper.TypeParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootObjectMapper.TypeParser

public RootObjectMapper.TypeParser()
Method Detail

createBuilder

protected ObjectMapper.Builder createBuilder(String name)
Overrides:
createBuilder in class ObjectMapper.TypeParser

processField

protected void processField(ObjectMapper.Builder builder,
                            String fieldName,
                            Object fieldNode)
Overrides:
processField in class ObjectMapper.TypeParser


Copyright © 2009-2012. All Rights Reserved.