com.fasterxml.jackson.core.base.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-all Show documentation
Show all versions of swagger-all Show documentation
swagger-all is a rebundled verison of Swagger as one OSGi bundle.
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;