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 je.backit.rest.JooqModule.java

/**
 *
 */
public class JooqModule extends SimpleModule {

    public JooqModule() {

From source file org.springframework.social.weibo.api.impl.json.WeiboModule.java

/**
 * Jackson module for setting up mixin annotations on Weibo model types. This enables the use of Jackson annotations without
 * directly annotating the model classes themselves.
 * @author cuizuoli
 */
public class WeiboModule extends SimpleModule {

From source file org.camunda.bpm.elasticsearch.jackson.JacksonMixInFilterModule.java

public class JacksonMixInFilterModule extends SimpleModule {

    protected HashMap<Class<? extends HistoryEvent>, Class> customMixInFilters;

    public JacksonMixInFilterModule(HashMap<Class<? extends HistoryEvent>, Class> customMixInFilters) {
        super("ElasticSearchHistoryEntityMixInFilterModule", Version.unknownVersion());

From source file com.chiralBehaviors.disovery.configuration.DiscoveryModule.java

/**
 * @author hhildebrand
 * 
 */
public class DiscoveryModule extends SimpleModule {

From source file org.talend.dataprep.api.preparation.json.MixedContentMapModule.java

/**
 * Jackson module that deals with MixedContentMap.
 *
 * @see MixedContentMap
 */
public class MixedContentMapModule extends SimpleModule {

From source file org.n52.restfulwpsproxy.serializer.json.AbstractWPSJsonModule.java

/**
 *
 * @author adewa
 */
public abstract class AbstractWPSJsonModule extends SimpleModule {

From source file com.github.shredder121.gh_event_api.model.json.GHEventApiModule.java

/**
 * The Jackson Module that configures the way Jackson should deserialize classes.
 *
 * @author Shredder121
 */
@Component

From source file com.strandls.alchemy.inject.json.DummyTestModule.java

/**
 * A dummy module used for testing module lister.
 *
 * @author Ashish Shinde
 *
 */

From source file org.intelligentsia.dowsers.core.serializers.jackson.DowsersJacksonModule.java

/**
 * DowsersJacksonModule.
 * 
 * @author <a href="mailto:jguibert@intelligents-ia.com" >Jerome Guibert</a>
 * 
 */

From source file org.modeshape.web.jcr.rest.JSONAbleModuleService.java

/**
 * User: Antoine Mischler <antoine@dooapp.com>
 * Date: 18/03/15
 * Time: 10:43
 */
@Service(Module.class)