- canHandleBinaryNatively() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- canWriteBinaryNatively() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- CBORConstants - Class in com.fasterxml.jackson.dataformat.cbor
-
- CBORConstants() - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORConstants
-
- CBORFactory - Class in com.fasterxml.jackson.dataformat.cbor
-
- CBORFactory() - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Default constructor used to create factory instances.
- CBORFactory(ObjectCodec) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- CBORFactory(CBORFactory, ObjectCodec) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Note: REQUIRES at least 2.2.1 -- unfortunate intra-patch dep but seems
preferable to just leaving bug be as is
- CBORGenerator - Class in com.fasterxml.jackson.dataformat.cbor
-
JsonGenerator
implementation that writes CBOR encoded content.
- CBORGenerator(IOContext, int, int, ObjectCodec, OutputStream) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- CBORGenerator(IOContext, int, int, ObjectCodec, OutputStream, byte[], int, boolean) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Alternative constructor that may be used to feed partially initialized content.
- CBORGenerator.Feature - Enum in com.fasterxml.jackson.dataformat.cbor
-
Enumeration that defines all togglable features for CBOR generator.
- CBORParser - Class in com.fasterxml.jackson.dataformat.cbor
-
- CBORParser(IOContext, int, int, ObjectCodec, ByteQuadsCanonicalizer, InputStream, byte[], int, int, boolean) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- CBORParser.Feature - Enum in com.fasterxml.jackson.dataformat.cbor
-
Enumeration that defines all togglable features for CBOR generators.
- CBORParserBootstrapper - Class in com.fasterxml.jackson.dataformat.cbor
-
Simple bootstrapper version used with CBOR format parser.
- CBORParserBootstrapper(IOContext, InputStream) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- CBORParserBootstrapper(IOContext, byte[], int, int) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- CBORReadContext - Class in com.fasterxml.jackson.dataformat.cbor
-
Replacement of JsonReadContext
to support features needed by CBOR format.
- CBORReadContext(CBORReadContext, DupDetector, int, int) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
- CHAR_NULL - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- close() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- close() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- collectDefaults() - Static method in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- collectDefaults() - Static method in enum com.fasterxml.jackson.dataformat.cbor.CBORParser.Feature
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- com.fasterxml.jackson.dataformat.cbor - package com.fasterxml.jackson.dataformat.cbor
-
- configure(CBORParser.Feature, boolean) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for enabling or disabling specified parser feature
(check
CBORParser.Feature
for list of features)
- configure(CBORGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for enabling or disabling specified generator feature
(check
CBORGenerator.Feature
for list of features)
- configure(CBORGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- constructParser(int, int, int, ObjectCodec, ByteQuadsCanonicalizer) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- convertNumberToBigDecimal() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- convertNumberToBigInteger() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- convertNumberToDouble() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- convertNumberToFloat() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- convertNumberToInt() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- convertNumberToLong() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- copy() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- copyCurrentEvent(JsonParser) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Specialize JsonGenerator.copyCurrentEvent(com.fasterxml.jackson.core.JsonParser)
to handle tags.
- copyCurrentStructure(JsonParser) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Specialize JsonGenerator.copyCurrentStructure(com.fasterxml.jackson.core.JsonParser)
to handle tags.
- createChildArrayContext(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
- createChildObjectContext(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
- createGenerator(OutputStream, JsonEncoding) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for constructing JsonGenerator
for generating
CBOR-encoded output.
- createGenerator(OutputStream) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for constructing JsonGenerator
for generating
CBOR-encoded output.
- createParser(File) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- createParser(URL) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- createParser(InputStream) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- createParser(byte[]) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- createParser(byte[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- createRootContext(DupDetector) - Static method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
- _binaryValue - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _bufferRecyclable - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Flag that indicates whether the output buffer is recycable (and
needs to be returned to recycler once we are done) or not.
- _bufferRecyclable - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Flag that indicates whether the input buffer is recycable (and
needs to be returned to recycler once we are done) or not.
- _bufferRecyclable - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
Flag that indicates whether buffer above is to be recycled
after being used or not.
- _byteArrayBuilder - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
ByteArrayBuilder is needed if 'getBinaryValue' is called.
- _bytesWritten - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Let's keep track of how many bytes have been output, may prove useful
when debugging.
- _cfgMinimalInts - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _charBuffer - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Intermediate buffer in which characters of a String are copied
before being encoded.
- _charBufferLength - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _checkNumericValue(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _child - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
- _closed - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Flag that indicates whether parser is closed or not.
- _closeInput() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _context - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- _createContext(Object, boolean) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _createGenerator(Writer, IOContext) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _createParser(InputStream, IOContext) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Overridable factory method that actually instantiates desired
parser.
- _createParser(Reader, IOContext) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Overridable factory method that actually instantiates desired
parser.
- _createParser(char[], int, int, IOContext, boolean) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _createParser(byte[], int, int, IOContext) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Overridable factory method that actually instantiates desired
parser.
- _createUTF8Generator(OutputStream, IOContext) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _createWriter(OutputStream, JsonEncoding, IOContext) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _currentName - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
- _currInputProcessed - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Number of characters/bytes that were contained in previous blocks
(blocks that were already processed prior to the current buffer).
- _currInputRow - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Current row location of current point in input buffer, starting
from 1, if available.
- _currInputRowStart - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Current index of the first character of the current row in input
buffer.
- _decodeFieldName() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _decodeNonStringName(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method that handles initial token type recognition for token
that has to be either FIELD_NAME or END_OBJECT.
- _defaultState - Variable in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
- _dups - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
- _ensureSpace(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _expEntryCount - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
For fixed-size Arrays, Objects, this indicates expected number of entries.
- _finishBytes(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _finishTextToken(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _finishToken() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method called to finish parsing of a token so that token contents
are retriable
- _flushBuffer() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _formatFeatures - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _formatGeneratorFeatures - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _formatParserFeatures - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _getByteArrayBuilder() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _handleCBOREOF() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _handleEOF() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _in - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- _inputBuffer - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Current buffer from which data is read; generally data is read into
buffer from input source, but in some cases pre-loaded buffer
is handed to the parser.
- _inputBuffer - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- _inputEnd - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Index of character after last available one in the buffer.
- _inputEnd - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- _inputProcessed - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
Current number of input units (bytes or chars) that were processed in
previous blocks,
before contents of current input buffer.
- _inputPtr - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Pointer to next available character in buffer
- _inputPtr - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
-
- _inputStream - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Input stream that can be used for reading more content, if one
in use.
- _invalidToken(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _ioContext - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _ioContext - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
I/O context for this reader.
- _loadToHaveAtLeast(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Helper method that will try to load at least specified number bytes in
input buffer, possible moving existing data around if necessary
- _mask - Variable in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
- _nameCopied - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Flag set to indicate whether the field name is available
from the name copy buffer or not (in addition to its String
representation being available via read context)
- _nameCopyBuffer - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _nonByteSource() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _nonByteTarget() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
- _notSupported() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _numberBigDecimal - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _numberBigInt - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _numberDouble - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _numberFloat - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _numberInt - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _numberLong - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _numberToName(int, boolean) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _numTypesValid - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Bitfield that indicates which numeric representations
have been calculated for the current type
- _objectCodec - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Codec used for data binding when (if) requested.
- _out - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _outputBuffer - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Intermediate buffer in which contents are buffered before
being written using
CBORGenerator._out
.
- _outputEnd - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _outputTail - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _parent - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
Parent context for this context; null for root context.
- _parsingContext - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Information about parser context, context in which
the next token is to be parsed (root, array, object).
- _quad1 - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Quads used for hash calculation
- _quad2 - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Quads used for hash calculation
- _quad3 - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Quads used for hash calculation
- _quadBuffer - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Temporary buffer used for name parsing.
- _releaseBuffers() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _releaseBuffers() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method called to release internal buffers owned by the base
reader.
- _reportInvalidChar(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _reportInvalidInitial(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _reportInvalidOther(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _reportInvalidOther(int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _reportUnexpectedBreak() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _skipBytes(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _skipBytesL(long) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _skipChunked(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
- _skipIncomplete() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method called to skip remainders of an incomplete token, when
contents themselves will not be needed any more.
- _symbols - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Symbol table that contains field names encountered so far
- _tagValue - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
We will keep track of tag value for possible future use.
- _textBuffer - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Buffer that contains contents of String values, including
field names if necessary (name split across boundary,
contains escape sequence, or access needed to char array)
- _tokenIncomplete - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Flag that indicates that the current token has not yet
been fully processed, and needs to be finished for
some access (or skipped to obtain the next token)
- _tokenInputCol - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Column on input row that current token starts; 0-based (although
in the end it'll be converted to 1-based)
- _tokenInputRow - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Input row on which current token starts, 1-based
- _tokenInputTotal - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Total number of bytes/characters read before start of current token.
- _typeByte - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Type byte of the current token
- _verifyValueWrite(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _writeChunkedString(char[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _writeString(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
- _writeString(char[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-