MapperServiceImpl

Implementation of MapperService. This service is responsible for mapping the original response to a new response based on the mapping rules.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun mapResponse(mappingRules: String, originalResponse: OriginalResponse): MappedResponse
Link copied to clipboard
open override fun responseJsonPreview(mappingRules: String, originalResponseBody: String): String
Link copied to clipboard
open override fun validateMappingRules(mappingRules: String): Boolean