Uses of Class
org.codehaus.jackson.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
(JsonParser)
instances.Parser and generator implementation classes that Jackson
defines and uses.
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParserPackage that contains classes and interfaces to help implement
custom extension
Modules
(which are registered using
ObjectMapper.registerModule(org.codehaus.jackson.map.Module).Package that implements "interface materializer" functionality, whereby
abstract classes and interfaces can be used as-is, and framework constructs
implementations as needed.
Utility classes used by Jackson Core functionality.
Package that contains XML Compatibility functionality for Jackson, such
as handlers for JAXB annotations
-
Uses of Version in org.codehaus.jackson
Methods in org.codehaus.jackson 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).JsonFactory.version()JsonGenerator.version()JsonParser.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 org.codehaus.jackson with parameters of type Version -
Uses of Version in org.codehaus.jackson.impl
Methods in org.codehaus.jackson.impl that return Version -
Uses of Version in org.codehaus.jackson.jaxrs
Methods in org.codehaus.jackson.jaxrs that return Version -
Uses of Version in org.codehaus.jackson.map
Methods in org.codehaus.jackson.map that return VersionModifier and TypeMethodDescriptionModule.SetupContext.getMapperVersion()Method that returns version information aboutObjectMapperthat implements this context.abstract VersionModule.version()Method that returns version of this module.ObjectMapper.version()Method that will return version information stored in and read from jar that contains this class.ObjectReader.version()Method that will return version information stored in and read from jar that contains this class.ObjectWriter.version()Method that will return version information stored in and read from jar that contains this class. -
Uses of Version in org.codehaus.jackson.map.module
Fields in org.codehaus.jackson.map.module declared as VersionMethods in org.codehaus.jackson.map.module that return VersionConstructors in org.codehaus.jackson.map.module with parameters of type Version -
Uses of Version in org.codehaus.jackson.mrbean
Methods in org.codehaus.jackson.mrbean that return Version -
Uses of Version in org.codehaus.jackson.util
Methods in org.codehaus.jackson.util that return VersionModifier and TypeMethodDescriptionstatic VersionVersionUtil.parseVersion(String versionStr) JsonGeneratorDelegate.version()JsonParserDelegate.version()static VersionVersionUtil.versionFor(Class<?> cls) Helper method that will try to load version information for specified class. -
Uses of Version in org.codehaus.jackson.xc
Methods in org.codehaus.jackson.xc that return Version