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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A description of a field found in a request or response payload.class
A description of a subsection, i.e. -
Uses of IgnorableDescriptor in org.springframework.restdocs.request
Subclasses of IgnorableDescriptor in org.springframework.restdocs.requestModifier and TypeClassDescriptionclass
A descriptor of a request or path parameter.class
A 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 TypeClassDescriptionclass
IgnorableDescriptor<T extends IgnorableDescriptor<T>>
Base class for descriptors for items that can be ignored.