Uses of Interface
org.springframework.boot.ApplicationArguments
Packages that use ApplicationArguments
Package
Description
Core Spring Boot classes.
Auto-configuration for Spring Batch.
-
Uses of ApplicationArguments in org.springframework.boot
Classes in org.springframework.boot that implement ApplicationArgumentsMethods in org.springframework.boot with parameters of type ApplicationArgumentsModifier 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
Methods in org.springframework.boot.autoconfigure.batch with parameters of type ApplicationArgumentsModifier and TypeMethodDescriptionvoid
JobLauncherApplicationRunner.run
(ApplicationArguments args)