Interface ResponseBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
public interface ResponseBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(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
-
-