Class ObjectMapperFactory
java.lang.Object
io.micronaut.openapi.swagger.core.util.ObjectMapperFactory
This class is copied from swagger-core library.
- Since:
- 4.6.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
static com.fasterxml.jackson.databind.ObjectMapper
static com.fasterxml.jackson.databind.ObjectMapper
static com.fasterxml.jackson.databind.ObjectMapper
static com.fasterxml.jackson.databind.ObjectMapper
createYaml
(boolean openapi31) static com.fasterxml.jackson.databind.ObjectMapper
-
Method Details
-
createJson
public static com.fasterxml.jackson.databind.ObjectMapper createJson() -
createYaml
public static com.fasterxml.jackson.databind.ObjectMapper createYaml(boolean openapi31) -
createYaml
public static com.fasterxml.jackson.databind.ObjectMapper createYaml() -
createJson31
public static com.fasterxml.jackson.databind.ObjectMapper createJson31() -
createYaml31
public static com.fasterxml.jackson.databind.ObjectMapper createYaml31() -
buildStrictGenericObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper buildStrictGenericObjectMapper()
-