@Component @Order(value=-2147482648) public class SwaggerApiListingReader extends java.lang.Object implements ApiListingBuilderPlugin
| Constructor and Description |
|---|
SwaggerApiListingReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ApiListingContext apiListingContext)
Implement this method to override the ApiListing using the ApiListingBuilder
|
boolean |
supports(DocumentationType delimiter) |
public void apply(ApiListingContext apiListingContext)
ApiListingBuilderPluginapply in interface ApiListingBuilderPluginapiListingContext - - context that can be used to override the model property attributesApiListing,
ApiListingBuilderpublic boolean supports(DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<DocumentationType>