Class ApiListingReader
- java.lang.Object
-
- springfox.documentation.spring.web.scanners.ApiListingReader
-
- All Implemented Interfaces:
org.springframework.plugin.core.Plugin<DocumentationType>,ApiListingBuilderPlugin
@Component @Order(-2147483648) public class ApiListingReader extends java.lang.Object implements ApiListingBuilderPlugin
-
-
Constructor Summary
Constructors Constructor Description ApiListingReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(ApiListingContext apiListingContext)Implement this method to override the ApiListing using the ApiListingBuilderbooleansupports(DocumentationType delimiter)
-
-
-
Method Detail
-
apply
public void apply(ApiListingContext apiListingContext)
Description copied from interface:ApiListingBuilderPluginImplement this method to override the ApiListing using the ApiListingBuilder- Specified by:
applyin interfaceApiListingBuilderPlugin- Parameters:
apiListingContext- - context that can be used to override the model property attributes- See Also:
ApiListing,ApiListingBuilder
-
supports
public boolean supports(DocumentationType delimiter)
- Specified by:
supportsin interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
-