Uses of Record Class
io.github.grumpystuff.grumpyrest.response.standard.StandardErrorResponse.Field
Packages that use StandardErrorResponse.Field
-
Uses of StandardErrorResponse.Field in io.github.grumpystuff.grumpyrest.response.standard
Methods in io.github.grumpystuff.grumpyrest.response.standard that return types with arguments of type StandardErrorResponse.FieldModifier and TypeMethodDescriptionStandardErrorResponse.fields()Returns the value of thefieldsrecord component.Constructors in io.github.grumpystuff.grumpyrest.response.standard with parameters of type StandardErrorResponse.FieldModifierConstructorDescriptionStandardErrorResponse(int status, String message, StandardErrorResponse.Field field) Constructor with a single field error.Constructor parameters in io.github.grumpystuff.grumpyrest.response.standard with type arguments of type StandardErrorResponse.FieldModifierConstructorDescriptionStandardErrorResponse(int status, String message, List<StandardErrorResponse.Field> fields) Compact constructor.