@Component @Order(value=-2147483648) public class MediaTypeReader extends java.lang.Object implements OperationBuilderPlugin, ApiListingBuilderPlugin
Constructor and Description |
---|
MediaTypeReader() |
Modifier and Type | Method and Description |
---|---|
void |
apply(ApiListingContext context)
Implement this method to override the ApiListing using the ApiListingBuilder
|
void |
apply(OperationContext context)
Implement this method to override the Operation using the OperationBuilder available in the context
|
boolean |
supports(DocumentationType delimiter) |
public void apply(OperationContext context)
OperationBuilderPlugin
apply
in interface OperationBuilderPlugin
context
- - context that can be used to override the parameter attributesOperation
,
OperationBuilder
public void apply(ApiListingContext context)
ApiListingBuilderPlugin
apply
in interface ApiListingBuilderPlugin
context
- - context that can be used to override the model property attributesApiListing
,
ApiListingBuilder
public boolean supports(DocumentationType delimiter)
supports
in interface org.springframework.plugin.core.Plugin<DocumentationType>