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

S

setEncoding(String) - Method in class org.springframework.restdocs.snippet.StandardWriterResolver
 
setEncoding(String) - Method in interface org.springframework.restdocs.snippet.WriterResolver
Configures the encoding that should be used by any writers produced by this resolver
Snippet - Interface in org.springframework.restdocs.snippet
A Snippet is used to document aspects of a call to a RESTful API.
SnippetConfigurer - Class in org.springframework.restdocs.mockmvc
A configurer that can be used to configure the generated documentation snippets.
SnippetException - Exception in org.springframework.restdocs.snippet
A RuntimeException thrown to indicate a problem with the generation of a documentation snippet.
SnippetException(String) - Constructor for exception org.springframework.restdocs.snippet.SnippetException
Creates a new SnippetException described by the given message
snippets() - Method in class org.springframework.restdocs.mockmvc.RestDocumentationMockMvcConfigurer
Returns a SnippetConfigurer that can be used to configure the snippets that will be generated.
snippets(Snippet...) - Method in class org.springframework.restdocs.mockmvc.RestDocumentationResultHandler
Adds the given snippets such that that are documented when this result handler is called.
StandardOperation - Class in org.springframework.restdocs.operation
Standard implementation of Operation
StandardOperation(String, OperationRequest, OperationResponse, Map<String, Object>) - Constructor for class org.springframework.restdocs.operation.StandardOperation
Creates a new StandardOperation
StandardOperationRequest - Class in org.springframework.restdocs.operation
Standard implementation of OperationRequest.
StandardOperationRequest(URI, HttpMethod, byte[], HttpHeaders, Parameters, Collection<OperationRequestPart>) - Constructor for class org.springframework.restdocs.operation.StandardOperationRequest
Creates a new request with the given uri and method.
StandardOperationRequestPart - Class in org.springframework.restdocs.operation
Standard implementation of OperationRequestPart.
StandardOperationRequestPart(String, String, byte[], HttpHeaders) - Constructor for class org.springframework.restdocs.operation.StandardOperationRequestPart
Creates a new StandardOperationRequestPart with the given name.
StandardOperationResponse - Class in org.springframework.restdocs.operation
Standard implementation of OperationResponse.
StandardOperationResponse(HttpStatus, HttpHeaders, byte[]) - Constructor for class org.springframework.restdocs.operation.StandardOperationResponse
Creates a new response with the given status, headers, and content.
StandardTemplateResourceResolver - Class in org.springframework.restdocs.templates
Standard implementation of TemplateResourceResolver.
StandardTemplateResourceResolver() - Constructor for class org.springframework.restdocs.templates.StandardTemplateResourceResolver
 
StandardWriterResolver - Class in org.springframework.restdocs.snippet
Standard implementation of WriterResolver.
StandardWriterResolver(PropertyPlaceholderHelper.PlaceholderResolver) - Constructor for class org.springframework.restdocs.snippet.StandardWriterResolver
Creates a new StandardWriterResolver that will use the given placeholderResolver to resolve any placeholders in the operationName.
A B C D E F G H I J K L M O P R S T U V W 
Skip navigation links
Spring REST Docs 1.0.0.RC1