Class CBORParser.StringRefList

java.lang.Object
com.fasterxml.jackson.dataformat.cbor.CBORParser.StringRefList
Enclosing class:
CBORParser

protected static final class CBORParser.StringRefList extends 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 Details

    • stringRefs

      public ArrayList<Object> stringRefs
    • depth

      public int depth
  • Constructor Details

    • StringRefList

      public StringRefList(int depth)