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 void
apply(ApiListingContext apiListingContext)
Implement this method to override the ApiListing using the ApiListingBuilderboolean
supports(DocumentationType delimiter)
-
-
-
Method Detail
-
apply
public void apply(ApiListingContext apiListingContext)
Description copied from interface:ApiListingBuilderPlugin
Implement this method to override the ApiListing using the ApiListingBuilder- Specified by:
apply
in 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:
supports
in interfaceorg.springframework.plugin.core.Plugin<DocumentationType>
-
-