Example usage for com.fasterxml.jackson.databind.cfg PackageVersion VERSION

List of usage examples for com.fasterxml.jackson.databind.cfg PackageVersion VERSION

Introduction

In this page you can find the example usage for com.fasterxml.jackson.databind.cfg PackageVersion VERSION.

Prototype

Version VERSION

To view the source code for com.fasterxml.jackson.databind.cfg PackageVersion VERSION.

Click Source Link

Usage

From source file:io.github.arven.rs.provider.JacksonJaxbYamlProvider.java

@Override
public Version version() {
    return PackageVersion.VERSION;
}