| Class | Description |
|---|---|
| AbstractStringAwareBufProcessor |
Base class for
ByteBufProcessor that need to take JSON string escaping into account, through the AbstractStringAwareBufProcessor.isEscaped(byte) method. |
| 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. |
| SplitPositionBufProcessor |
A
ByteBufProcessor to find the position of a single character usable as a split pivot. |
| 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 © 2017 Couchbase, Inc.. All rights reserved.