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

group.rxcloud.capa.addons.serialzer.ssjson.ModuleConfigurator Maven / Gradle / Ivy

package group.rxcloud.capa.addons.serialzer.ssjson;

import com.fasterxml.jackson.databind.module.SimpleModule;

@Deprecated
public interface ModuleConfigurator {

    /**
     * @param module The module registered to {@link com.fasterxml.jackson.databind.ObjectMapper}
     */
    void configure(SimpleModule module);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy