Class CBORParser.StringRefListStack

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

protected static final class CBORParser.StringRefListStack extends Object
Type to keep a stack of string refs based on namespaces within the document.
Since:
2.15
  • Field Details

  • Constructor Details

    • StringRefListStack

      protected StringRefListStack()
  • Method Details

    • push

      public void push(boolean hasNamespace)
    • pop

      public void pop()
    • peek

      public CBORParser.StringRefList peek()
    • empty

      public boolean empty()