Uses of Class
org.springframework.restdocs.snippet.IgnorableDescriptor
Packages that use IgnorableDescriptor
Package
Description
Documenting the cookies of a RESTful API's requests and responses.
Documenting a RESTful API that uses hypermedia.
Documenting the payload of a RESTful API's requests and responses.
Documenting query and path parameters of requests sent to a RESTful API.
Snippet generation.
-
Uses of IgnorableDescriptor in org.springframework.restdocs.cookies
Subclasses of IgnorableDescriptor in org.springframework.restdocs.cookiesModifier and TypeClassDescriptionclassA description of a cookie found in a request or response. -
Uses of IgnorableDescriptor in org.springframework.restdocs.hypermedia
Subclasses of IgnorableDescriptor in org.springframework.restdocs.hypermediaModifier and TypeClassDescriptionclassA description of a link found in a hypermedia API. -
Uses of IgnorableDescriptor in org.springframework.restdocs.payload
Subclasses of IgnorableDescriptor in org.springframework.restdocs.payloadModifier and TypeClassDescriptionclassA description of a field found in a request or response payload.classA description of a subsection, i.e. -
Uses of IgnorableDescriptor in org.springframework.restdocs.request
Subclasses of IgnorableDescriptor in org.springframework.restdocs.requestModifier and TypeClassDescriptionclassA descriptor of a request or path parameter.classA descriptor of a request part. -
Uses of IgnorableDescriptor in org.springframework.restdocs.snippet
Classes in org.springframework.restdocs.snippet with type parameters of type IgnorableDescriptorModifier and TypeClassDescriptionclassIgnorableDescriptor<T extends IgnorableDescriptor<T>>Base class for descriptors for items that can be ignored.