io.swagger.v3.oas.integration.IntegrationObjectMapperFactory Maven / Gradle / Ivy
package io.swagger.v3.oas.integration;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.swagger.v3.core.util.ObjectMapperFactory;
public class IntegrationObjectMapperFactory extends ObjectMapperFactory {
public static ObjectMapper createJson() {
return ObjectMapperFactory.createJson();
}
}