org.elasticsearch.common.xcontent
Class XContentString

java.lang.Object
  extended by org.elasticsearch.common.jackson.io.SerializedString
      extended by org.elasticsearch.common.xcontent.XContentString

public class XContentString
extends org.elasticsearch.common.jackson.io.SerializedString


Field Summary
 
Fields inherited from class org.elasticsearch.common.jackson.io.SerializedString
_quotedChars, _quotedUTF8Ref, _unquotedUTF8Ref, _value
 
Constructor Summary
XContentString(java.lang.String v)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.common.jackson.io.SerializedString
asQuotedChars, asQuotedUTF8, asUnquotedUTF8, charLength, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XContentString

public XContentString(java.lang.String v)