Example usage for com.fasterxml.jackson.databind.module SimpleModule subclass-usage

List of usage examples for com.fasterxml.jackson.databind.module SimpleModule subclass-usage

Introduction

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

Usage

From source file org.commonjava.aprox.model.core.io.ApiSerializerModule.java

@ApplicationScoped
public class ApiSerializerModule extends SimpleModule {

    private static final long serialVersionUID = 1L;

    public ApiSerializerModule() {

From source file com.epam.ta.reportportal.ws.resolver.JacksonViewAwareModule.java

/**
 * Module for custom serializer configuration for {@link JacksonViewAware}
 * 
 * @author Andrei Varabyeu
 * 
 */

From source file org.commonjava.maven.atlas.graph.spi.neo4j.io.NeoSpecificProjectRelationshipSerializerModule.java

/**
 * Created by jdcasey on 8/26/15.
 */
public class NeoSpecificProjectRelationshipSerializerModule extends SimpleModule {

    private static final long serialVersionUID = 1L;

From source file com.spotify.styx.util.TypeWrapperModule.java

/**
 * A Jackson module that allows for setting up wrapping classes for types that can not directly
 * be serialized or annotated.
 */
public class TypeWrapperModule extends SimpleModule {

From source file com.github.jonpeterson.jackson.module.versioning.VersioningModule.java

/**
 * Jackson module to load when using {@link JsonVersionedModel}.
 */
public class VersioningModule extends SimpleModule {

    public VersioningModule() {

From source file org.apache.streams.jackson.StreamsJacksonModule.java

/**
 * StreamsJacksonModule is a supporting class for
 * @see {@link org.apache.streams.jackson.StreamsJacksonMapper}
 *
 * RFC3339 dates are supported by default.
 */

From source file org.agorava.twitter.jackson.TwitterModule.java

/**
 * Jackson module for registering mixin annotations against Twitter model classes.
 *
 * @author Craig Walls
 * @author Antoine Sabot-Durand
 */

From source file de.escalon.hypermedia.spring.de.escalon.hypermedia.spring.jackson.JacksonHydraModule.java

/**
 * Jackson Module which applies json-ld serialization to Spring Hateoas responses.
 * Created by dschulten on 14.09.2014.
 */
public class JacksonHydraModule extends SimpleModule {

From source file jenkins.plugins.sonarparser.utils.JodaDateTimeModule.java

/**
 *
 * @author jacob.schoen@ge.com
 */
public class JodaDateTimeModule extends SimpleModule {

From source file com.miserablemind.api.consumer.tradeking.api.impl.TradeKingModule.java

/**
 * The module to register all mix ins, so they can be registered in places where the object mapper is created from scratch
 * easily as well as the main JsonMessageConverter
 */
public class TradeKingModule extends SimpleModule {