IhawuResource
Marks a response DTO that Ihawu evaluates at the serialization boundary, masking its fields according to the policy resolved for name.
Samples
@IhawuResource(name = "employee")
data class EmployeeProfile(
val fullName: String,
val idNumber: String,
val salary: Double,
)Content copied to clipboard