Uses of Interface
org.springframework.boot.devtools.restart.RestartInitializer
Packages that use RestartInitializer
-
Uses of RestartInitializer in org.springframework.boot.devtools.restart
Classes in org.springframework.boot.devtools.restart that implement RestartInitializerModifier and TypeClassDescriptionclass
DefaultRestartInitializer
that only enable initial restart when running a standard "main" method.Fields in org.springframework.boot.devtools.restart declared as RestartInitializerModifier and TypeFieldDescriptionstatic final RestartInitializer
RestartInitializer.NONE
RestartInitializer
that doesn't return any URLs.Methods in org.springframework.boot.devtools.restart with parameters of type RestartInitializerModifier and TypeMethodDescriptionstatic void
Restarter.initialize
(String[] args, boolean forceReferenceCleanup, RestartInitializer initializer) Initialize restart support.static void
Restarter.initialize
(String[] args, boolean forceReferenceCleanup, RestartInitializer initializer, boolean restartOnInitialize) Initialize restart support for the current application.static void
Restarter.initialize
(String[] args, RestartInitializer initializer) Initialize restart support.Constructors in org.springframework.boot.devtools.restart with parameters of type RestartInitializerModifierConstructorDescriptionprotected
Restarter
(Thread thread, String[] args, boolean forceReferenceCleanup, RestartInitializer initializer) Internal constructor to create a newRestarter
instance.