Uses of Class
org.springframework.restdocs.constraints.Constraint
Package
Description
Documenting a RESTful API's constraints.
-
Uses of Constraint in org.springframework.restdocs.constraints
Modifier and TypeMethodDescriptionConstraintResolver.resolveForProperty
(String property, Class<?> clazz) Resolves and returns the constraints for the givenproperty
on the givenclazz
.ValidatorConstraintResolver.resolveForProperty
(String property, Class<?> clazz) Modifier and TypeMethodDescriptionConstraintDescriptionResolver.resolveDescription
(Constraint constraint) Resolves the description for the givenconstraint
.ResourceBundleConstraintDescriptionResolver.resolveDescription
(Constraint constraint)