Example usage for com.fasterxml.jackson.databind.type TypeModifier subclass-usage

List of usage examples for com.fasterxml.jackson.databind.type TypeModifier subclass-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.databind.type TypeModifier subclass-usage.

Usage

From source file com.kaaprotech.satu.jackson.SatuTypeModifier.java

/**
 * Created by jwhiting on 13/03/2015.
 */
public class SatuTypeModifier extends TypeModifier {

    @SuppressWarnings("unused")

From source file org.broadleafcommerce.core.web.api.WrapperOverrideTypeModifier.java

/**
 * Provides an implementation of a {@link TypeModifier} that looks up types in the application context for wrapper overrides.
 * This allows for correct instantiation to occur when wrappers have been overridden and a client is actually sending JSON
 * 
 * @author Phillip Verheyden (phillipuniverse)
 */