JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring REST Docs 1.0.0.M1
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.restdocs.config
Interface NestedConfigurer<PARENT extends
MockMvcConfigurer
>
Type Parameters:
PARENT
- The parent's type
All Known Implementing Classes:
SnippetConfigurer
,
UriConfigurer
public interface
NestedConfigurer<PARENT extends
MockMvcConfigurer
>
A configurer that is nested and, therefore, has a parent.
Author:
awilkinson
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
PARENT
and
()
Returns the configurer's parent
Method Detail
and
PARENT
and()
Returns the configurer's parent
Returns:
the parent
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring REST Docs 1.0.0.M1
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method