| Class | Description |
|---|---|
| ByteBufJsonHelper |
An helper class providing utility methods to deal with parsing of structured data (like JSON) inside a
ByteBuf buffer. |
| ClosingPositionBufProcessor |
A
ByteBufProcessor to find a closing character position. |
| StringClosingPositionBufProcessor |
A
ByteBufProcessor to find the closing position of a JSON string. |
| WhitespaceSkipper |
This
ByteBufProcessor loops while it encounters whitespace or new lines (‘ ’, ‘\t’, ‘\r’ and ‘\n’). |
Copyright © 2016 Couchbase, Inc.. All rights reserved.