public interface ApiListingBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
Modifier and Type | Method and Description |
---|---|
void |
apply(ApiListingContext apiListingContext)
Implement this method to override the ApiListing using the ApiListingBuilder
|
void apply(ApiListingContext apiListingContext)
apiListingContext
- - context that can be used to override the model property attributesApiListing
,
ApiListingBuilder