Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- FieldDescriptor - Class in org.springframework.restdocs.payload
-
A description of a field found in a request or response payload.
- FieldDescriptor(String) - Constructor for class org.springframework.restdocs.payload.FieldDescriptor
-
Creates a new
FieldDescriptor
describing the field with the givenpath
. - FieldDoesNotExistException - Exception in org.springframework.restdocs.payload
-
A
FieldDoesNotExistException
is thrown when a requested field does not exist in a payload. - FieldDoesNotExistException(String) - Constructor for exception org.springframework.restdocs.payload.FieldDoesNotExistException
-
Creates a new
FieldDoesNotExistException
that indicates that the field with the givenfieldPath
does not exist. - FieldPathPayloadSubsectionExtractor - Class in org.springframework.restdocs.payload
-
A
PayloadSubsectionExtractor
that extracts the subsection of the JSON payload identified by a field path. - FieldPathPayloadSubsectionExtractor(String) - Constructor for class org.springframework.restdocs.payload.FieldPathPayloadSubsectionExtractor
-
Creates a new
FieldPathPayloadSubsectionExtractor
that will extract the subsection of the JSON payload beneath the givenfieldPath
. - FieldPathPayloadSubsectionExtractor(String, String) - Constructor for class org.springframework.restdocs.payload.FieldPathPayloadSubsectionExtractor
-
Creates a new
FieldPathPayloadSubsectionExtractor
that will extract the subsection of the JSON payload beneath the givenfieldPath
and that will use the givensubsectionId
to identify the subsection. - FieldTypeRequiredException - Exception in org.springframework.restdocs.payload
-
A
FieldTypeRequiredException
is thrown when a field's type cannot be determined automatically and, therefore, must be explicitly provided. - FieldTypeRequiredException(String) - Constructor for exception org.springframework.restdocs.payload.FieldTypeRequiredException
-
Creates a new
FieldTypeRequiredException
indicating that a type is required for the reason described in the givenmessage
. - FieldTypeResolver - Interface in org.springframework.restdocs.payload
-
Resolves the type of a field in a request or response payload.
- fieldWithPath(String) - Static method in class org.springframework.restdocs.payload.PayloadDocumentation
-
Creates a
FieldDescriptor
that describes a field with the givenpath
. - filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class org.springframework.restdocs.restassured.RestAssuredOperationPreprocessorsConfigurer
- filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class org.springframework.restdocs.restassured.RestAssuredRestDocumentationConfigurer
- filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class org.springframework.restdocs.restassured.RestAssuredSnippetConfigurer
- filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class org.springframework.restdocs.restassured.RestDocumentationFilter
- filter(ClientRequest, ExchangeFunction) - Method in class org.springframework.restdocs.webtestclient.WebTestClientOperationPreprocessorsConfigurer
- filter(ClientRequest, ExchangeFunction) - Method in class org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer
- filter(ClientRequest, ExchangeFunction) - Method in class org.springframework.restdocs.webtestclient.WebTestClientSnippetConfigurer
- findMissingHeaders(Operation) - Method in class org.springframework.restdocs.headers.AbstractHeadersSnippet
-
Finds the headers that are missing from the operation.
- forContentWithDescriptors(byte[], MediaType, List<FieldDescriptor>) - Static method in interface org.springframework.restdocs.payload.FieldTypeResolver
-
Create a
FieldTypeResolver
for the givencontent
andcontentType
, described by the givendescriptors
. - format(List<String>) - Method in interface org.springframework.restdocs.cli.CommandFormatter
-
Formats a list of
elements
into a singleString
. - formParameters(List<ParameterDescriptor>) - Static method in class org.springframework.restdocs.request.RequestDocumentation
-
Returns a
Snippet
that will document the form parameters from the API operation's request. - formParameters(Map<String, Object>, List<ParameterDescriptor>) - Static method in class org.springframework.restdocs.request.RequestDocumentation
-
Returns a
Snippet
that will document the form parameters from the API operation's request. - formParameters(Map<String, Object>, ParameterDescriptor...) - Static method in class org.springframework.restdocs.request.RequestDocumentation
-
Returns a
Snippet
that will document the form parameters from the API operation's request. - formParameters(ParameterDescriptor...) - Static method in class org.springframework.restdocs.request.RequestDocumentation
-
Returns a
Snippet
that will document the form parameters from the API operation's request. - FormParameters - Class in org.springframework.restdocs.operation
-
A request's form parameters, derived from its form URL encoded body content.
- FormParametersSnippet - Class in org.springframework.restdocs.request
-
A
Snippet
that documents the form parameters supported by a RESTful resource. - FormParametersSnippet(List<ParameterDescriptor>) - Constructor for class org.springframework.restdocs.request.FormParametersSnippet
-
Creates a new
FormParametersSnippet
that will document the request's form parameters using the givendescriptors
. - FormParametersSnippet(List<ParameterDescriptor>, boolean) - Constructor for class org.springframework.restdocs.request.FormParametersSnippet
-
Creates a new
FormParametersSnippet
that will document the request's form parameters using the givendescriptors
. - FormParametersSnippet(List<ParameterDescriptor>, Map<String, Object>) - Constructor for class org.springframework.restdocs.request.FormParametersSnippet
-
Creates a new
FormParametersSnippet
that will document the request's form parameters using the givendescriptors
. - FormParametersSnippet(List<ParameterDescriptor>, Map<String, Object>, boolean) - Constructor for class org.springframework.restdocs.request.FormParametersSnippet
-
Creates a new
FormParametersSnippet
that will document the request's form parameters using the givendescriptors
. - from(OperationRequest) - Static method in class org.springframework.restdocs.operation.FormParameters
-
Extracts the form parameters from the body of the given
request
. - from(OperationRequest) - Static method in class org.springframework.restdocs.operation.QueryParameters
-
Extracts the query parameters from the query string of the given
request
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form