Class CBORParser.StringRefListStack
java.lang.Object
com.fasterxml.jackson.dataformat.cbor.CBORParser.StringRefListStack
- Enclosing class:
CBORParser
Type to keep a stack of string refs based on namespaces within the document.
- Since:
- 2.15
-
Field Details
-
_stringRefs
-
_nestedDepth
private int _nestedDepth
-
-
Constructor Details
-
StringRefListStack
protected StringRefListStack()
-
-
Method Details
-
push
public void push(boolean hasNamespace) -
pop
public void pop() -
peek
-
empty
public boolean empty()
-