RequestValidator

abstract class RequestValidator<T : ApiRequest>(source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getErrorMessages(request: T): List<String>
Link copied to clipboard
fun validate(apiRequest: ApiRequest)