Example usage for com.fasterxml.jackson.databind.annotation JsonTypeIdResolver interface-usage

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

Introduction

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

Usage

From source file uk.gov.gchq.koryphe.serialisation.json.SimpleClassNameIdResolverAnnotation.java

/**
 * A {@link SimpleClassNameIdResolverAnnotation} is lightweight implementation of
 * {@link JsonTypeIdResolver} that sets the value to SimpleClassNameIdResolver.class.
 * Should be used with the {@link DelegatingAnnotationIntrospector}.
 */
@SuppressWarnings("ClassExplicitlyAnnotation")