| Package | Description |
|---|---|
| com.fasterxml.jackson.dataformat.cbor |
| Modifier and Type | Field and Description |
|---|---|
protected CBORParser.TagList |
CBORParser._tagValues
We will keep track of tag values for possible future use.
|
| Modifier and Type | Method and Description |
|---|---|
CBORParser.TagList |
CBORParser.getCurrentTags()
Method that can be used to access all tag ids associated with
the most recently decoded value (whether completely, for
scalar values, or partially, for Objects/Arrays), if any.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CBORParser._decodeNonStringName(int ch,
CBORParser.TagList tags)
Method that handles initial token type recognition for token
that has to be either FIELD_NAME or END_OBJECT.
|
protected com.fasterxml.jackson.core.JsonToken |
CBORParser._handleTaggedArray(CBORParser.TagList tags,
int len) |
protected com.fasterxml.jackson.core.JsonToken |
CBORParser._handleTaggedBinary(CBORParser.TagList tags) |
protected com.fasterxml.jackson.core.JsonToken |
CBORParser._handleTaggedInt(CBORParser.TagList tags) |
protected String |
CBORParser._numberToName(int ch,
boolean neg,
CBORParser.TagList tags) |
Copyright © 2024 FasterXML. All rights reserved.