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

io.github.factoryfx.jetty.DefaultObjectMapperFactory Maven / Gradle / Ivy

package io.github.factoryfx.jetty;

import com.fasterxml.jackson.databind.ObjectMapper;
import io.github.factoryfx.factory.jackson.ObjectMapperBuilder;
import io.github.factoryfx.factory.FactoryBase;
import io.github.factoryfx.factory.SimpleFactoryBase;

public class DefaultObjectMapperFactory> extends SimpleFactoryBase {
    @Override
    protected ObjectMapper createImpl() {
        return ObjectMapperBuilder.buildNewObjectMapper();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy