Java org.springframework.restdocs.payload FieldDescriptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.payload FieldDescriptor fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

StringgetPath()
Returns the path of the field described by this descriptor.
ObjectgetType()
Returns the type of the field described by this descriptor.
booleanisOptional()
Returns true if the described field is optional, otherwise false .