public interface DocumentationPlugin extends org.springframework.plugin.core.Plugin<DocumentationType>
Modifier and Type | Method and Description |
---|---|
DocumentationContext |
configure(DocumentationContextBuilder builder)
Creates a documentation context based on a given DocumentationContextBuilder
|
DocumentationType |
getDocumentationType() |
java.lang.String |
getGroupName()
Gets the group name for the plugin.
|
boolean |
isEnabled() |
boolean isEnabled()
DocumentationType getDocumentationType()
DocumentationContext configure(DocumentationContextBuilder builder)
builder
- - @see springfox.documentation.spi.service.contexts.DocumentationContextBuilderjava.lang.String getGroupName()