-
- All Implemented Interfaces:
-
io.javalin.plugin.openapi.jackson.ToJsonMapper
public final class JacksonToJsonMapper implements ToJsonMapper
Default jackson mapper for creating the object api schema json. This enables some of the options that are required to work with the UIs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJacksonToJsonMapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description JacksonToJsonMapper(ObjectMapper objectMapper)
-
Method Summary
Modifier and Type Method Description final ObjectMappergetObjectMapper()Stringmap(Object obj)-
-
Method Detail
-
getObjectMapper
final ObjectMapper getObjectMapper()
-
-
-
-