| Package | Description |
|---|---|
| org.springframework.restdocs.constraints |
Documenting a RESTful API's constraints.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Constraint> |
ConstraintResolver.resolveForProperty(java.lang.String property,
java.lang.Class<?> clazz)
Resolves and returns the constraints for the given
property on the given
clazz. |
java.util.List<Constraint> |
ValidatorConstraintResolver.resolveForProperty(java.lang.String property,
java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ConstraintDescriptionResolver.resolveDescription(Constraint constraint)
Resolves the description for the given
constraint. |
java.lang.String |
ResourceBundleConstraintDescriptionResolver.resolveDescription(Constraint constraint) |