Skip navigation links
Spring REST Docs 1.2.1.RELEASE
A B C D E F G H I J K L M O P Q R S T U V W 

W

withAdditionalDefaults(Snippet...) - Method in class org.springframework.restdocs.config.SnippetConfigurer
Configures additional documentation snippets that will be produced by default.
withDefaults(Snippet...) - Method in class org.springframework.restdocs.config.SnippetConfigurer
Configures the documentation snippets that will be produced by default.
withEncoding(String) - Method in class org.springframework.restdocs.config.SnippetConfigurer
Configures any documentation snippets to be written using the given encoding.
withHost(String) - Method in class org.springframework.restdocs.mockmvc.UriConfigurer
Configures any documented URIs to use the given host.
withPort(int) - Method in class org.springframework.restdocs.mockmvc.UriConfigurer
Configures any documented URIs to use the given port.
withScheme(String) - Method in class org.springframework.restdocs.mockmvc.UriConfigurer
Configures any documented URIs to use the given scheme.
withSnippets(Snippet...) - Method in class org.springframework.restdocs.generate.RestDocumentationGenerator
Creates a new RestDocumentationGenerator with the same configuration as this one other than its snippets.
withSubsectionId(String) - Method in class org.springframework.restdocs.payload.FieldPathPayloadSubsectionExtractor
 
withSubsectionId(String) - Method in interface org.springframework.restdocs.payload.PayloadSubsectionExtractor
Returns an extractor with the given subsectionId.
withTemplateFormat(TemplateFormat) - Method in class org.springframework.restdocs.config.SnippetConfigurer
Configures the format of the documentation snippet templates.
writerResolver(WriterResolver) - Method in class org.springframework.restdocs.config.RestDocumentationConfigurer
Configures the WriterResolver that will be used to resolve a writer for a snippet.
WriterResolver - Interface in org.springframework.restdocs.snippet
A WriterResolver is used to access the Writer that should be used to write a snippet for an operation that is being documented.
A B C D E F G H I J K L M O P Q R S T U V W 
Skip navigation links
Spring REST Docs 1.2.1.RELEASE