public class UnprocessableEntity
Represents the default payload for responses with 422 (Unprocessable Entity) status code
public UnprocessableEntity(@NotNull
java.util.List<org.valiktor.springframework.http.ValidationError> errors)
Represents the default payload for responses with 422 (Unprocessable Entity) status code
errors - specifies the list of class ValidationError@NotNull public java.util.List<org.valiktor.springframework.http.ValidationError> getErrors()
specifies the list of
class ValidationError,
class ValidationError@NotNull public java.util.List<org.valiktor.springframework.http.ValidationError> component1()
specifies the list of
class ValidationError,
class ValidationError@NotNull public UnprocessableEntity copy(@NotNull java.util.List<org.valiktor.springframework.http.ValidationError> errors)
Represents the default payload for responses with 422 (Unprocessable Entity) status code
@NotNull public java.lang.String toString()
Represents the default payload for responses with 422 (Unprocessable Entity) status code
public int hashCode()
Represents the default payload for responses with 422 (Unprocessable Entity) status code
public boolean equals(@Nullable
java.lang.Object p)
Represents the default payload for responses with 422 (Unprocessable Entity) status code