org.elasticsearch.index.mapper.xcontent
Class BooleanFieldMapper.TypeParser

java.lang.Object
  extended by org.elasticsearch.index.mapper.xcontent.BooleanFieldMapper.TypeParser
All Implemented Interfaces:
XContentMapper.TypeParser
Enclosing class:
BooleanFieldMapper

public static class BooleanFieldMapper.TypeParser
extends java.lang.Object
implements XContentMapper.TypeParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.xcontent.XContentMapper.TypeParser
XContentMapper.TypeParser.ParserContext
 
Constructor Summary
BooleanFieldMapper.TypeParser()
           
 
Method Summary
 XContentMapper.Builder parse(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> node, XContentMapper.TypeParser.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanFieldMapper.TypeParser

public BooleanFieldMapper.TypeParser()
Method Detail

parse

public XContentMapper.Builder parse(java.lang.String name,
                                    java.util.Map<java.lang.String,java.lang.Object> node,
                                    XContentMapper.TypeParser.ParserContext parserContext)
                             throws MapperParsingException
Specified by:
parse in interface XContentMapper.TypeParser
Throws:
MapperParsingException