Package io.micronaut.openapi
Class OpenApiUtils
java.lang.Object
io.micronaut.openapi.OpenApiUtils
Convert utilities methods.
- Since:
- 4.4.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.databind.ObjectMapper
The JSON mapper for security scheme.static final com.fasterxml.jackson.databind.ObjectMapper
The JSON mapper.static final com.fasterxml.jackson.databind.ObjectMapper
The JSON 3.1 mapper.static final String
static final com.fasterxml.jackson.databind.ObjectMapper
The YAML mapper.static final com.fasterxml.jackson.databind.ObjectMapper
The YAML 3.1 mapper. -
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
-
Field Details
-
OPENAPI_31_VERSION
- See Also:
-
JSON_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPERThe JSON mapper. -
JSON_MAPPER_31
public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER_31The JSON 3.1 mapper. -
CONVERT_JSON_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper CONVERT_JSON_MAPPERThe JSON mapper for security scheme. -
YAML_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper YAML_MAPPERThe YAML mapper. -
YAML_MAPPER_31
public static final com.fasterxml.jackson.databind.ObjectMapper YAML_MAPPER_31The YAML 3.1 mapper.
-
-
Method Details
-
getJsonMapper
public static com.fasterxml.jackson.databind.ObjectMapper getJsonMapper() -
getJsonMapper31
public static com.fasterxml.jackson.databind.ObjectMapper getJsonMapper31() -
getConvertJsonMapper
public static com.fasterxml.jackson.databind.ObjectMapper getConvertJsonMapper() -
getYamlMapper
public static com.fasterxml.jackson.databind.ObjectMapper getYamlMapper() -
getYamlMapper31
public static com.fasterxml.jackson.databind.ObjectMapper getYamlMapper31()
-