Class CBORParser.StringRefList
java.lang.Object
com.fasterxml.jackson.dataformat.cbor.CBORParser.StringRefList
- Enclosing class:
CBORParser
Type to keep track of a list of string references. A depth is stored to know when to pop the
references off the stack for nested namespaces.
- Since:
- 2.15
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stringRefs
-
depth
public int depth
-
-
Constructor Details
-
StringRefList
public StringRefList(int depth)
-