Interface ResponseBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
DefaultResponseTypeReader
public interface ResponseBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(ResponseContext responseContext)
Implement this method to enrich return values
-
-
-
Method Detail
-
apply
void apply(ResponseContext responseContext)
Implement this method to enrich return values- Parameters:
responseContext
- - context that can be used to override the parameter attributes- See Also:
Response
,ResponseBuilder
-
-