Example usage for com.fasterxml.jackson.annotation JsonTypeName interface-usage

List of usage examples for com.fasterxml.jackson.annotation JsonTypeName interface-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.annotation JsonTypeName interface-usage.

Usage

From source file com.github.mrenou.jacksonatic.annotation.JacksonaticJsonTypeName.java

public class JacksonaticJsonTypeName implements JsonTypeName, JacksonaticAnnotation {

    private String value = "";

    private JacksonaticJsonTypeName() {
    }