Class OpenApiUtils
java.lang.Object
io.micronaut.openapi.OpenApiUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final tools.jackson.databind.ObjectMapperThe JSON mapper for security scheme.static final tools.jackson.databind.ObjectMapperThe JSON mapper.static final tools.jackson.databind.ObjectMapperThe JSON 3.1 mapper.static final Stringstatic final tools.jackson.databind.ObjectMapperThe YAML mapper.static final tools.jackson.databind.ObjectMapperThe YAML 3.1 mapper. -
Method Summary
Modifier and TypeMethodDescriptionstatic tools.jackson.databind.ObjectMapperstatic tools.jackson.databind.ObjectMapperstatic tools.jackson.databind.ObjectMapperstatic tools.jackson.databind.ObjectMapperstatic tools.jackson.databind.ObjectMapper
-
Field Details
-
OPENAPI_31_VERSION
- See Also:
-
JSON_MAPPER
public static final tools.jackson.databind.ObjectMapper JSON_MAPPERThe JSON mapper. -
JSON_MAPPER_31
public static final tools.jackson.databind.ObjectMapper JSON_MAPPER_31The JSON 3.1 mapper. -
CONVERT_JSON_MAPPER
public static final tools.jackson.databind.ObjectMapper CONVERT_JSON_MAPPERThe JSON mapper for security scheme. -
YAML_MAPPER
public static final tools.jackson.databind.ObjectMapper YAML_MAPPERThe YAML mapper. -
YAML_MAPPER_31
public static final tools.jackson.databind.ObjectMapper YAML_MAPPER_31The YAML 3.1 mapper.
-
-
Method Details
-
getJsonMapper
public static tools.jackson.databind.ObjectMapper getJsonMapper() -
getJsonMapper31
public static tools.jackson.databind.ObjectMapper getJsonMapper31() -
getConvertJsonMapper
public static tools.jackson.databind.ObjectMapper getConvertJsonMapper() -
getYamlMapper
public static tools.jackson.databind.ObjectMapper getYamlMapper() -
getYamlMapper31
public static tools.jackson.databind.ObjectMapper getYamlMapper31()
-