All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.englishtown.vertx.jersey.features.jackson.ObjectMapperConfigurator Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
package com.englishtown.vertx.jersey.features.jackson;

import com.fasterxml.jackson.databind.ObjectMapper;

/**
 * Configure the Jackson ObjectMapper
 */
public interface ObjectMapperConfigurator {

    void configure(ObjectMapper mapper);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy