org.elasticsearch.common.xcontent.yaml
Class YamlXContentParser

java.lang.Object
  extended by org.elasticsearch.common.xcontent.support.AbstractXContentParser
      extended by org.elasticsearch.common.xcontent.json.JsonXContentParser
          extended by org.elasticsearch.common.xcontent.yaml.YamlXContentParser
All Implemented Interfaces:
Closeable, XContentParser

public class YamlXContentParser
extends JsonXContentParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.XContentParser
XContentParser.NumberType, XContentParser.Token
 
Constructor Summary
YamlXContentParser(com.fasterxml.jackson.core.JsonParser parser)
           
 
Method Summary
 XContentType contentType()
           
 
Methods inherited from class org.elasticsearch.common.xcontent.json.JsonXContentParser
binaryValue, close, currentName, currentToken, doBooleanValue, doDoubleValue, doFloatValue, doIntValue, doLongValue, doShortValue, estimatedNumberType, hasTextCharacters, nextToken, numberType, numberValue, skipChildren, text, textCharacters, textLength, textOffset
 
Methods inherited from class org.elasticsearch.common.xcontent.support.AbstractXContentParser
booleanValue, doubleValue, floatValue, intValue, longValue, map, mapAndClose, mapOrdered, mapOrderedAndClose, shortValue, textOrNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YamlXContentParser

public YamlXContentParser(com.fasterxml.jackson.core.JsonParser parser)
Method Detail

contentType

public XContentType contentType()
Specified by:
contentType in interface XContentParser
Overrides:
contentType in class JsonXContentParser


Copyright © 2009-2012. All Rights Reserved.