Uses of Interface
org.springframework.boot.ApplicationArguments
Package
Description
Core Spring Boot classes.
Auto-configuration for Spring Batch.
-
Uses of ApplicationArguments in org.springframework.boot
Modifier and TypeMethodDescriptionprotected void
SpringApplication.afterRefresh
(ConfigurableApplicationContext context, ApplicationArguments args) Called after the context has been refreshed.void
ApplicationRunner.run
(ApplicationArguments args) Callback used to run the bean. -
Uses of ApplicationArguments in org.springframework.boot.autoconfigure.batch
Modifier and TypeMethodDescriptionvoid
JobLauncherApplicationRunner.run
(ApplicationArguments args)