org.elasticsearch.index.mapper.json
Class JsonShortFieldMapper.TypeParser

java.lang.Object
  extended by org.elasticsearch.index.mapper.json.JsonShortFieldMapper.TypeParser
All Implemented Interfaces:
JsonTypeParser
Enclosing class:
JsonShortFieldMapper

public static class JsonShortFieldMapper.TypeParser
extends java.lang.Object
implements JsonTypeParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.json.JsonTypeParser
JsonTypeParser.ParserContext
 
Constructor Summary
JsonShortFieldMapper.TypeParser()
           
 
Method Summary
 JsonMapper.Builder parse(java.lang.String name, org.codehaus.jackson.JsonNode node, JsonTypeParser.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonShortFieldMapper.TypeParser

public JsonShortFieldMapper.TypeParser()
Method Detail

parse

public JsonMapper.Builder parse(java.lang.String name,
                                org.codehaus.jackson.JsonNode node,
                                JsonTypeParser.ParserContext parserContext)
                         throws MapperParsingException
Specified by:
parse in interface JsonTypeParser
Throws:
MapperParsingException