-
- 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 class
JacksonToJsonMapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ObjectMapper
objectMapper
-
Constructor Summary
Constructors Constructor Description JacksonToJsonMapper(ObjectMapper objectMapper)
-
Method Summary
Modifier and Type Method Description final ObjectMapper
getObjectMapper()
String
map(Object obj)
-
-
Method Detail
-
getObjectMapper
final ObjectMapper getObjectMapper()
-
-
-
-