Package | Description |
---|---|
org.codehaus.jackson.impl |
Parser and generator implementation classes that Jackson
defines and uses.
|
org.codehaus.jackson.io |
This package contains I/O helper classes Jackson itself uses, but that
are not exposed for external reuse.
|
org.codehaus.jackson.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Field | Description |
---|---|---|
protected ByteArrayBuilder |
JsonParserBase._byteArrayBuilder |
ByteArrayBuilder is needed if 'getBinaryValue' is called.
|
Modifier and Type | Method | Description |
---|---|---|
ByteArrayBuilder |
JsonParserBase._getByteArrayBuilder() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
JsonParserMinimalBase._decodeBase64(java.lang.String str,
ByteArrayBuilder builder,
Base64Variant b64variant) |
Helper method that can be used for base64 decoding in cases where
encoded content has already been read as a String.
|
Modifier and Type | Field | Description |
---|---|---|
protected ByteArrayBuilder |
JsonStringEncoder._byteBuilder |
Lazily-constructed builder used for UTF-8 encoding of text values
(quoted and unquoted)
|
Modifier and Type | Field | Description |
---|---|---|
protected ByteArrayBuilder |
TokenBuffer.Parser._byteBuilder |