org.elasticsearch.common.xcontent
Class XContentString

java.lang.Object
  extended by com.fasterxml.jackson.core.io.SerializedString
      extended by org.elasticsearch.common.xcontent.XContentString
All Implemented Interfaces:
com.fasterxml.jackson.core.SerializableString

public class XContentString
extends com.fasterxml.jackson.core.io.SerializedString


Field Summary
 
Fields inherited from class com.fasterxml.jackson.core.io.SerializedString
_quotedChars, _quotedUTF8Ref, _unquotedUTF8Ref, _value
 
Constructor Summary
XContentString(String v)
           
 
Method Summary
 
Methods inherited from class com.fasterxml.jackson.core.io.SerializedString
appendQuoted, appendQuotedUTF8, appendUnquoted, appendUnquotedUTF8, asQuotedChars, asQuotedUTF8, asUnquotedUTF8, charLength, equals, getValue, hashCode, putQuotedUTF8, putUnquotedUTF8, toString, writeQuotedUTF8, writeUnquotedUTF8
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XContentString

public XContentString(String v)


Copyright © 2009-2012. All Rights Reserved.