![JAR search and dependency download from the Maven repository](/logo.png)
com.github.kislayverma.rulette.rest.serialization.JsonSerializationProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rulette-rest Show documentation
Show all versions of rulette-rest Show documentation
A containerless deployment of rulette-core to expose its capabilities as REST services
package com.github.kislayverma.rulette.rest.serialization;
import org.restexpress.serialization.json.JacksonJsonProcessor;
import com.fasterxml.jackson.databind.module.SimpleModule;
public class JsonSerializationProcessor
extends JacksonJsonProcessor
{
@Override
protected void initializeModule(SimpleModule module)
{
super.initializeModule(module);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy