Uses of Record Class
name.martingeisse.grumpyrest.response.standard.StandardErrorResponse.Field
Packages that use StandardErrorResponse.Field
-
Uses of StandardErrorResponse.Field in name.martingeisse.grumpyrest.response.standard
Methods in name.martingeisse.grumpyrest.response.standard that return types with arguments of type StandardErrorResponse.FieldModifier and TypeMethodDescriptionStandardErrorResponse.fields()Returns the value of thefieldsrecord component.Constructors in name.martingeisse.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 name.martingeisse.grumpyrest.response.standard with type arguments of type StandardErrorResponse.FieldModifierConstructorDescriptionStandardErrorResponse(int status, String message, List<StandardErrorResponse.Field> fields) Compact constructor.