ContentsJsonMapper

@Component
class ContentsJsonMapper(objectMapper: ObjectMapper)

Constructors

Link copied to clipboard
constructor(objectMapper: ObjectMapper)

Functions

Link copied to clipboard
fun toJson(contents: Contents): String
Link copied to clipboard
fun toObject(value: String): Contents