@Component
public class DocumentationPluginsBootstrapper
extends java.lang.Object
implements org.springframework.context.SmartLifecycle
Constructor and Description |
---|
DocumentationPluginsBootstrapper(DocumentationPluginsManager documentationPluginsManager,
java.util.List<RequestHandlerProvider> handlerProviders,
DocumentationCache scanned,
ApiDocumentationScanner resourceListing,
com.fasterxml.classmate.TypeResolver typeResolver,
Defaults defaults,
javax.servlet.ServletContext servletContext) |
@Autowired public DocumentationPluginsBootstrapper(DocumentationPluginsManager documentationPluginsManager, java.util.List<RequestHandlerProvider> handlerProviders, DocumentationCache scanned, ApiDocumentationScanner resourceListing, com.fasterxml.classmate.TypeResolver typeResolver, Defaults defaults, javax.servlet.ServletContext servletContext)
public boolean isAutoStartup()
isAutoStartup
in interface org.springframework.context.SmartLifecycle
public void stop(java.lang.Runnable callback)
stop
in interface org.springframework.context.SmartLifecycle
public void start()
start
in interface org.springframework.context.Lifecycle
public void stop()
stop
in interface org.springframework.context.Lifecycle
public boolean isRunning()
isRunning
in interface org.springframework.context.Lifecycle
public int getPhase()
getPhase
in interface org.springframework.context.Phased