Uses of Class
tools.jackson.dataformat.cbor.CBORParser.TagList
Packages that use CBORParser.TagList
-
Uses of CBORParser.TagList in tools.jackson.dataformat.cbor
Fields in tools.jackson.dataformat.cbor declared as CBORParser.TagListModifier and TypeFieldDescriptionprotected CBORParser.TagListCBORParser._tagValuesWe will keep track of tag values for possible future use.Methods in tools.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 tools.jackson.dataformat.cbor with parameters of type CBORParser.TagListModifier and TypeMethodDescriptionprotected final StringCBORParser._decodeNonStringName(int ch, CBORParser.TagList tags) Method that handles initial token type recognition for token that has to be either PROPERTY_NAME or END_OBJECT.protected tools.jackson.core.JsonTokenCBORParser._handleTaggedArray(CBORParser.TagList tags, int len) protected tools.jackson.core.JsonTokenCBORParser._handleTaggedBinary(CBORParser.TagList tags) protected tools.jackson.core.JsonTokenCBORParser._handleTaggedInt(CBORParser.TagList tags) protected StringCBORParser._numberToName(int ch, boolean neg, CBORParser.TagList tags)