Class CBORParser.StringRefList
- java.lang.Object
-
- com.fasterxml.jackson.dataformat.cbor.CBORParser.StringRefList
-
- Enclosing class:
- CBORParser
protected static final class CBORParser.StringRefList extends java.lang.Object
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 Modifier and Type Field Description int
depth
java.util.ArrayList<java.lang.Object>
stringRefs
-
Constructor Summary
Constructors Constructor Description StringRefList(int depth)
-