ResponseMapper

This class is responsible for mapping and converting response objects.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun convertObject(obj: Any?): Any?

Converts an object to another type based on its structure and contents.

Link copied to clipboard
fun writeObject(obj: Any?): String

Converts an object to a JSON string representation using ObjectMapper.