A  B  C  D  E  F  G  H  I  J  M  N  O  P  Q  R  S  T  U  V  W  _ 

J

jacksonMapper(ObjectMapper) - function in io.javalin.plugin.openapi.OpenApiOptions
 
JacksonModelConverterFactory - class in io.javalin.plugin.openapi.jackson
The default model converter, that uses jackson for the serialization.
JacksonToJsonMapper - class in io.javalin.plugin.openapi.jackson
Default jackson mapper for creating the object api schema json.
JacksonToJsonMapper.Companion - class in io.javalin.plugin.openapi.jackson.JacksonToJsonMapper
 
JavalinModelResolver - class in io.javalin.plugin.openapi.jackson
 
JavalinOpenApi - class in io.javalin.plugin.openapi
 
json(String,Class,OpenApiUpdater) - function in io.javalin.plugin.openapi.dsl.OpenApiDocumentation
Documents that the handler can return the input status code where the response body will contain application/json in the form of returnType.
json(String,Class) - function in io.javalin.plugin.openapi.dsl.OpenApiDocumentation
Documents that the handler can return the input status code where the response body will contain application/json in the form of returnType.
jsonArray(String,Class,OpenApiUpdater) - function in io.javalin.plugin.openapi.dsl.OpenApiDocumentation
Documents that the handler can return the input status code where the response body will contain application/json representing an array of returnType.
jsonArray(String,Class) - function in io.javalin.plugin.openapi.dsl.OpenApiDocumentation
Documents that the handler can return the input status code where the response body will contain application/json representing an array of returnType.
A  B  C  D  E  F  G  H  I  J  M  N  O  P  Q  R  S  T  U  V  W  _