- All Known Implementing Classes:
- Text
public interface XContentString
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbytes()Returns an encodedXContentString.UTF8Bytesview of the data.string()Returns aStringview of the data.intReturns the number of characters in the represented string.
- 
Method Details- 
stringString string()Returns aStringview of the data.
- 
bytesXContentString.UTF8Bytes bytes()Returns an encodedXContentString.UTF8Bytesview of the data.
- 
stringLengthint stringLength()Returns the number of characters in the represented string.
 
-