@Component @Order(value=-2147483648) public class ApiListingReader extends java.lang.Object implements ApiListingBuilderPlugin
Constructor and Description |
---|
ApiListingReader() |
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)
ApiListingBuilderPlugin
apply
in interface ApiListingBuilderPlugin
apiListingContext
- - 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>