public class UnprocessableEntity
Represents the payload for responses with 422 (Unprocessable Entity) status code
| Constructor and Description |
|---|
UnprocessableEntity(java.util.List<org.valiktor.springframework.web.payload.ValidationError> errors)
Represents the payload for responses with 422 (Unprocessable Entity) status code
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.valiktor.springframework.web.payload.ValidationError> |
component1()
specifies the list of
|
UnprocessableEntity |
copy(java.util.List<org.valiktor.springframework.web.payload.ValidationError> errors)
Represents the payload for responses with 422 (Unprocessable Entity) status code
|
boolean |
equals(java.lang.Object p) |
java.util.List<org.valiktor.springframework.web.payload.ValidationError> |
getErrors()
specifies the list of
|
int |
hashCode() |
java.lang.String |
toString() |
public UnprocessableEntity(java.util.List<org.valiktor.springframework.web.payload.ValidationError> errors)
Represents the payload for responses with 422 (Unprocessable Entity) status code
errors - specifies the list of class ValidationErrorpublic java.util.List<org.valiktor.springframework.web.payload.ValidationError> getErrors()
specifies the list of
class ValidationError,
class ValidationErrorpublic java.util.List<org.valiktor.springframework.web.payload.ValidationError> component1()
specifies the list of
class ValidationError,
class ValidationErrorpublic UnprocessableEntity copy(java.util.List<org.valiktor.springframework.web.payload.ValidationError> errors)
Represents the payload for responses with 422 (Unprocessable Entity) status code
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)