com.fasterxml.jackson.jr.private_.base.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-jr-all Show documentation
Show all versions of jackson-jr-all Show documentation
"Uber" jar that contains all Jackson jr components as well as underlying Jackson core
Streaming, in a single jar.
The newest version!
/**
* Base classes used by concrete Parser and Generator implementations;
* contain functionality that is not specific to JSON or input
* abstraction (byte vs char).
* Most formats extend these types, although it is also possible to
* directly extend {@link com.fasterxml.jackson.core.JsonParser} or
* {@link com.fasterxml.jackson.core.JsonGenerator}.
*/
package com.fasterxml.jackson.core.base;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy