@Component @Order(value=-2147482648) public class SwaggerOperationResponseClassReader extends java.lang.Object implements OperationBuilderPlugin
| Constructor and Description |
|---|
SwaggerOperationResponseClassReader(com.fasterxml.classmate.TypeResolver typeResolver,
TypeNameExtractor nameExtractor) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(OperationContext context)
Implement this method to override the Operation using the OperationBuilder available in the context
|
boolean |
supports(DocumentationType delimiter) |
@Autowired
public SwaggerOperationResponseClassReader(com.fasterxml.classmate.TypeResolver typeResolver,
TypeNameExtractor nameExtractor)
public void apply(OperationContext context)
OperationBuilderPluginapply in interface OperationBuilderPlugincontext - - context that can be used to override the parameter attributesOperation,
OperationBuilderpublic boolean supports(DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<DocumentationType>