Tauhid Rehman
08/02/2019, 9:02 PMmask()
as an extension for a json property on the request itself. the property itself is called bankAccountNumber
and the below code is the request class: @NotNull(message = "'bank_account_number' must be provided")
@JsonProperty("bank_account_number")
var bankAccountNumber: String = ""
dave
08/02/2019, 9:43 PM