Uses of Class
org.springframework.restdocs.constraints.Constraint
Packages that use Constraint
Package
Description
Documenting a RESTful API's constraints.
-
Uses of Constraint in org.springframework.restdocs.constraints
Methods in org.springframework.restdocs.constraints that return types with arguments of type ConstraintModifier and TypeMethodDescriptionConstraintResolver.resolveForProperty
(String property, Class<?> clazz) Resolves and returns the constraints for the givenproperty
on the givenclazz
.ValidatorConstraintResolver.resolveForProperty
(String property, Class<?> clazz) Methods in org.springframework.restdocs.constraints with parameters of type ConstraintModifier and TypeMethodDescriptionConstraintDescriptionResolver.resolveDescription
(Constraint constraint) Resolves the description for the givenconstraint
.ResourceBundleConstraintDescriptionResolver.resolveDescription
(Constraint constraint)