Interface ApiListingBuilderPlugin
-
- All Superinterfaces:
org.springframework.plugin.core.Plugin<DocumentationType>
- All Known Implementing Classes:
ApiListingReader,MediaTypeReader,SwaggerApiListingReader
public interface ApiListingBuilderPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(ApiListingContext apiListingContext)Implement this method to override the ApiListing using the ApiListingBuilder
-
-
-
Method Detail
-
apply
void apply(ApiListingContext apiListingContext)
Implement this method to override the ApiListing using the ApiListingBuilder- Parameters:
apiListingContext- - context that can be used to override the model property attributes- See Also:
ApiListing,ApiListingBuilder
-
-