Uses of Class
tools.jackson.core.Version
Packages that use Version
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Utility classes used by Jackson Core functionality.
-
Uses of Version in tools.jackson.core
Methods in tools.jackson.core that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.unknownVersion()Method returns canonical "not known" version, which is used as version in cases where actual version information is not known (instead of null).abstract VersionJsonGenerator.version()Accessor for finding out version of the bundle that provided this generator instance.abstract VersionJsonParser.version()Accessor for getting version of the core package, given a parser instance.abstract VersionTokenStreamFactory.version()Versioned.version()Method called to detect version of the component that implements this interface; returned version should never be null, but may return specific "not available" instance (seeVersionfor details).Methods in tools.jackson.core with parameters of type Version -
Uses of Version in tools.jackson.core.json
Fields in tools.jackson.core.json declared as VersionMethods in tools.jackson.core.json that return Version -
Uses of Version in tools.jackson.core.util
Methods in tools.jackson.core.util that return VersionModifier and TypeMethodDescriptionstatic VersionVersionUtil.parseVersion(String s, String groupId, String artifactId) Method used byPackageVersionclasses to decode version injected by Maven build.JsonGeneratorDelegate.version()JsonParserDelegate.version()static VersionVersionUtil.versionFor(Class<?> cls) Loads version information by introspecting a class named "PackageVersion" in the same package as the given class.