Class OpenApiUtils

java.lang.Object
io.micronaut.openapi.OpenApiUtils

public final class OpenApiUtils extends Object
Convert utilities methods.
Since:
4.4.1
  • Field Details

    • OPENAPI_31_VERSION

      public static final String OPENAPI_31_VERSION
      See Also:
    • JSON_MAPPER

      public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER
      The JSON mapper.
    • JSON_MAPPER_31

      public static final com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER_31
      The JSON 3.1 mapper.
    • CONVERT_JSON_MAPPER

      public static final com.fasterxml.jackson.databind.ObjectMapper CONVERT_JSON_MAPPER
      The JSON mapper for security scheme.
    • YAML_MAPPER

      public static final com.fasterxml.jackson.databind.ObjectMapper YAML_MAPPER
      The YAML mapper.
    • YAML_MAPPER_31

      public static final com.fasterxml.jackson.databind.ObjectMapper YAML_MAPPER_31
      The 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()