Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORParser.TagList
Packages that use CBORParser.TagList
-
Uses of CBORParser.TagList in com.fasterxml.jackson.dataformat.cbor
Fields in com.fasterxml.jackson.dataformat.cbor declared as CBORParser.TagListModifier and TypeFieldDescriptionprotected CBORParser.TagListCBORParser._tagValuesWe will keep track of tag values for possible future use.Methods in com.fasterxml.jackson.dataformat.cbor that return CBORParser.TagListModifier and TypeMethodDescriptionCBORParser.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.Methods in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORParser.TagListModifier and TypeMethodDescriptionprotected final voidCBORParser._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.JsonTokenCBORParser._handleTaggedArray(CBORParser.TagList tags, int len) protected com.fasterxml.jackson.core.JsonTokenCBORParser._handleTaggedBinary(CBORParser.TagList tags) protected com.fasterxml.jackson.core.JsonTokenCBORParser._handleTaggedInt(CBORParser.TagList tags) protected StringCBORParser._numberToName(int ch, boolean neg, CBORParser.TagList tags)