Uses of Class
tools.jackson.dataformat.cbor.CBORParser

Packages that use CBORParser
Package
Description
 
  • Uses of CBORParser in tools.jackson.dataformat.cbor

    Modifier and Type
    Method
    Description
    protected CBORParser
    CBORFactory._createParser(tools.jackson.core.ObjectReadContext readCtxt, tools.jackson.core.io.IOContext ioCtxt, byte[] data, int offset, int len)
    Overridable factory method that actually instantiates desired parser.
    protected CBORParser
    CBORFactory._createParser(tools.jackson.core.ObjectReadContext readCtxt, tools.jackson.core.io.IOContext ioCtxt, InputStream in)
    Overridable factory method that actually instantiates desired parser.
    CBORParserBootstrapper.constructParser(tools.jackson.core.ObjectReadContext readCtxt, int factoryFeatures, int generalParserFeatures, int formatFeatures, tools.jackson.core.sym.ByteQuadsCanonicalizer rootByteSymbols)