A B C D E F G H I L M N O P R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptsBreakMarker() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
B
- BYTE_ARRAY_2_ELEMENTS - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_ARRAY_INDEFINITE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_BREAK - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_EMPTY_STRING - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_FALSE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_FLOAT16 - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_FLOAT32 - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_FLOAT64 - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_NULL - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_OBJECT_INDEFINITE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_STRING_1BYTE_LEN - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_STRING_2BYTE_LEN - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_STRING_INDEFINITE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
-
String that is chunked
- BYTE_TAG_BIGFLOAT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_TAG_BIGNUM_NEG - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_TAG_BIGNUM_POS - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_TAG_DECIMAL_FRACTION - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- BYTE_TRUE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
C
- 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
-
Constants used by
CBORGenerator
andCBORParser
- CBORConstants() - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- CBORFactory - Class in com.fasterxml.jackson.dataformat.cbor
-
Factory used for constructing
CBORParser
andCBORGenerator
instances; both of which handle CBOR encoded data. - 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, byte[], int, int) - Constructor for class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
- CBORParserBootstrapper(IOContext, InputStream) - 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(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
- 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) - 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) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for constructing
JsonGenerator
for generating CBOR-encoded output. - createGenerator(OutputStream, JsonEncoding) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for constructing
JsonGenerator
for generating CBOR-encoded output. - createParser(byte[]) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- createParser(byte[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- createParser(File) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- createParser(InputStream) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- createParser(URL) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- createRootContext(DupDetector) - Static method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
D
- disable(CBORGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for disabling specified generator feature (check
CBORGenerator.Feature
for list of features) - disable(CBORGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- disable(CBORParser.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for disabling specified parser features (check
CBORParser.Feature
for list of features)
E
- enable(CBORGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for enabling specified generator features (check
CBORGenerator.Feature
for list of features) - enable(CBORGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- enable(CBORParser.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method for enabling specified parser feature (check
CBORParser.Feature
for list of features) - enabledByDefault() - Method in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
- enabledByDefault() - Method in enum com.fasterxml.jackson.dataformat.cbor.CBORParser.Feature
- enabledIn(int) - Method in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
- enabledIn(int) - Method in enum com.fasterxml.jackson.dataformat.cbor.CBORParser.Feature
- ensureLoaded(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
- expectMoreValues() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
Method called to see if a new value is expected for this Array or Object.
F
- finishToken() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method for forcing full read of current token, even if it might otherwise only be read if data is accessed via
CBORParser.getText()
and similar methods. - flush() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- FORMAT_NAME - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Name used to identify CBOR format.
G
- getBigIntegerValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getCodec() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getCurrentLocation() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Overridden since we do not really have character-based locations, but we do have byte offset to specify.
- getCurrentName() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method that can be called to get the name associated with the current event.
- getCurrentName() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
- getCurrentTag() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method that can be used to access tag id associated with the most recently decoded value (whether completely, for scalar values, or partially, for Objects/Arrays), if any.
- getDecimalValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getDoubleValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getEmbeddedObject() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getExpectedLength() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
- getFloatValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getFormatFeatures() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- getFormatFeatures() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getFormatName() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- getFormatReadFeatureType() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- getFormatWriteFeatureType() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- getInputSource() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getIntValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getLongValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getMask() - Method in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
- getMask() - Method in enum com.fasterxml.jackson.dataformat.cbor.CBORParser.Feature
- getNumberType() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getNumberValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getOutputBuffered() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- getOutputTarget() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- getParent() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
- getParsingContext() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getStartLocation(Object) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
- getText() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Method for accessing textual representation of the current event; if no current event (before first call to
CBORParser.nextToken()
, or after encountering end-of-input), returns null. - getTextCharacters() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getTextLength() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getTextOffset() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getTokenLocation() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
Overridden since we do not really have character-based locations, but we do have byte offset to specify.
- getValueAsString() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- getValueAsString(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
H
- hasCBORFormat(InputAccessor) - Static method in class com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper
- hasExpectedLength() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
- hasFormat(InputAccessor) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- hasMajorType(int, byte) - Static method in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- hasTextCharacters() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
I
- INT_0 - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- INT_9 - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- INT_BREAK - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- INT_MINUS - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- INT_PLUS - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- isClosed() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- isEnabled(CBORGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Check whether specified generator feature is enabled.
- isEnabled(CBORGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- isEnabled(CBORParser.Feature) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Checked whether specified parser feature is enabled.
L
- loadMore() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- loadMoreGuaranteed() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
M
- MAJOR_TYPE_ARRAY - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MAJOR_TYPE_BYTES - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MAJOR_TYPE_INT_NEG - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MAJOR_TYPE_INT_POS - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MAJOR_TYPE_MISC - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MAJOR_TYPE_OBJECT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MAJOR_TYPE_TAG - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MAJOR_TYPE_TEXT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- MASK_MAJOR_TYPE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- maybeCopyTag(JsonParser) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
N
- nextBooleanValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- nextFieldName() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- nextFieldName(SerializableString) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- nextIntValue(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- nextLongValue(long) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- nextTextValue() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- nextToken() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- NR_BIGDECIMAL - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- NR_BIGINT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- NR_DOUBLE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- NR_FLOAT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- NR_INT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- NR_LONG - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- NR_UNKNOWN - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
O
- overrideCurrentName(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- overrideFormatFeatures(int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- overrideStdFeatures(int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
P
- PackageVersion - Class in com.fasterxml.jackson.dataformat.cbor
-
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
- PackageVersion() - Constructor for class com.fasterxml.jackson.dataformat.cbor.PackageVersion
- PREFIX_TYPE_ARRAY - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- PREFIX_TYPE_BYTES - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- PREFIX_TYPE_INT_NEG - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- PREFIX_TYPE_INT_POS - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- PREFIX_TYPE_MISC - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- PREFIX_TYPE_OBJECT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- PREFIX_TYPE_TAG - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- PREFIX_TYPE_TEXT - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
R
- readBinaryValue(Base64Variant, OutputStream) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- readResolve() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
-
Method that we need to override to actually make restoration go through constructors etc.
- releaseBuffered(OutputStream) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- reportOverflowInt() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- reportOverflowLong() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- reset(int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
S
- setCodec(ObjectCodec) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- setCurrentName(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
- setPrettyPrinter(PrettyPrinter) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
No way (or need) to indent anything, so let's block any attempts.
- SUFFIX_INDEFINITE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
- sUtf8UnitLengths - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
-
Additionally we can combine UTF-8 decoding info into similar data table.
T
- TAG_ID_SELF_DESCRIBE - Static variable in class com.fasterxml.jackson.dataformat.cbor.CBORConstants
-
As per spec, this is a sort of "nop" tag, useful as marker for the very first root-level data item.
- toString() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
Overridden to provide developer readable "JsonPath" representation of the context.
U
- useDefaultPrettyPrinter() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
No way (or need) to indent anything, so let's block any attempts.
V
- valueOf(String) - Static method in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.fasterxml.jackson.dataformat.cbor.CBORParser.Feature
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.fasterxml.jackson.dataformat.cbor.CBORParser.Feature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORFactory
- version() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- version() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORParser
- version() - Method in class com.fasterxml.jackson.dataformat.cbor.PackageVersion
- VERSION - Static variable in class com.fasterxml.jackson.dataformat.cbor.PackageVersion
W
- WRITE_MINIMAL_INTS - com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
Feature that determines whether generator should try to use smallest (size-wise) integer representation: if true, will use smallest representation that is enough to retain value; if false, will use length indicated by argument type (4-byte for
int
, 8-byte forlong
and so on). - WRITE_TYPE_HEADER - com.fasterxml.jackson.dataformat.cbor.CBORGenerator.Feature
-
Feature that determines whether CBOR "Self-Describe Tag" (value 55799, encoded as 3-byte sequence of
0xD9, 0xD9, 0xF7
) should be written at the beginning of document or not. - writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeBinary(InputStream, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeBoolean(boolean) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeBytes(byte[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Method for directly inserting specified bytes in output at current position.
- writeEndArray() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeEndObject() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeFieldName(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNull() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNumber(double) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNumber(float) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNumber(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNumber(long) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNumber(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNumber(BigDecimal) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeNumber(BigInteger) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRaw(byte) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Method for directly inserting specified byte in output at current position.
- writeRaw(char) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRaw(char[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRaw(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRaw(String, int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRawUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRawValue(char[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRawValue(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeRawValue(String, int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeStartArray() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeStartArray(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeStartObject() - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeString(char[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeString(SerializableString) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeString(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeStringField(String, String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- writeTag(int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Method for writing out an explicit CBOR Tag.
- writeUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
_
- _binaryValue - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORParser
-
We will hold on to decoded binary data, for duration of current event, so that multiple calls to
CBORParser.getBinaryValue(com.fasterxml.jackson.core.Base64Variant)
will not need to decode data more than once. - _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(byte[], int, int, 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(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.
- _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
-
Bit flag composed of bits that indicate which
CBORGenerator.Feature
s are enabled. - _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
-
Temporary buffer that is needed if field name is accessed using
CBORParser.getTextCharacters()
method (instead of String returning alternatives) - _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
-
Offset to index after the last valid index in
CBORGenerator._outputBuffer
. - _outputTail - Variable in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
-
Pointer to the next available byte in
CBORGenerator._outputBuffer
- _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(char[], int, int) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
- _writeString(String) - Method in class com.fasterxml.jackson.dataformat.cbor.CBORGenerator
All Classes All Packages