Java org.springframework.restdocs.constraints ConstraintDescriptions fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.constraints ConstraintDescriptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.constraints ConstraintDescriptions.

The text is from its open source code.

Constructor

ConstraintDescriptions(Class clazz)
Create a new ConstraintDescriptions for the given clazz .
ConstraintDescriptions(Class clazz, ConstraintResolver constraintResolver, ConstraintDescriptionResolver descriptionResolver)
Create a new ConstraintDescriptions for the given clazz .

Method

ListdescriptionsForProperty(String property)
Returns a list of the descriptions for the constraints on the given property.