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 things.thing.ThingModule.java

/**
 * Project: things
 * <p>
 * Written by: Markus Binsteiner Date: 31/03/14 Time: 5:26 PM
 */
public class ThingModule extends SimpleModule {

From source file javaslang.jackson.datatype.JavaslangModule.java

public class JavaslangModule extends SimpleModule {

    private static final long serialVersionUID = 1L;

    public static class Settings {

From source file org.springframework.social.exfm.api.impl.json.ExFmModule.java

/**
 * Jackson module for setting up mixin annotations on ExFm model types. This
 * enables the use of Jackson annotations without directly annotating the model
 * classes themselves.
 * 
 * @author Michael Lavelle

From source file org.lable.rfc3881.auditlogger.serialization.RFC3881Module.java

/**
 * JSON serialization and deserialization for types related to this project.
 */
public class RFC3881Module extends SimpleModule {
    private static final long serialVersionUID = 1844370161677549243L;

From source file org.agorava.empireavenue.jackson.EmpireAvenueModule.java

/**
*
* @author Rajmahendra Hegde  
* @since 0.7.0
*/
@SuppressWarnings("serial")

From source file ijfx.service.workflow.json.WorkflowMapperModule.java

/**
 *
 * @author Cyril MONGIS, 2015
 */
public class WorkflowMapperModule extends SimpleModule {

From source file com.opentable.jackson.datatype.CustomUuidModule.java

class CustomUuidModule extends SimpleModule {
    private static final long serialVersionUID = 1L;

    @Inject
    public CustomUuidModule(JsonDeserializer<UUID> d, JsonSerializer<UUID> s) {
        super("CustomUuidModule",

From source file com.nesscomputing.jackson.datatype.CustomUuidModule.java

class CustomUuidModule extends SimpleModule {
    private static final long serialVersionUID = 1L;

    @Inject
    public CustomUuidModule(JsonDeserializer<UUID> d, JsonSerializer<UUID> s) {
        super("CustomUuidModule",

From source file org.springframework.social.mixcloud.api.impl.json.MixcloudModule.java

/**
 * Jackson module for setting up mixin annotations on Mixcloud model types. This
 * enables the use of Jackson annotations without directly annotating the model
 * classes themselves.
 * 
 * @author Michael Lavelle

From source file org.commonjava.maven.atlas.graph.jackson.ProjectRelationshipSerializerModule.java

public class ProjectRelationshipSerializerModule extends SimpleModule {

    private static final long serialVersionUID = 1L;

    private static final Set<Class<? extends ProjectRelationship>> REL_CLASSES;