Top Description Fields Constructors Methods
com.fasterxml.jackson.module.afterburner

public final Class PackageVersion

extends Object
implements Versioned
Class Inheritance
All Implemented Interfaces
com.fasterxml.jackson.core.Versioned
Imports
com.fasterxml.jackson.core.Version, .Versioned, com.fasterxml.jackson.core.util.VersionUtil

Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.

Field Summary

Modifier and TypeField and Description
public static final Version

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Version
version()

Implements com.fasterxml.jackson.core.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 (see Version for details).

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

VERSIONback to summary
public static final Version VERSION

Constructor Detail

PackageVersionback to summary
public PackageVersion()

Method Detail

versionback to summary
public Version version()

Implements com.fasterxml.jackson.core.Versioned.version.

Doc from com.fasterxml.jackson.core.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 (see Version for details).

Returns:Version

Version of the component

Annotations
@Override