org.elasticsearch.common.xcontent
Class XContentString

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

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, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XContentString

public XContentString(java.lang.String v)