Uses of Interface
net.officefloor.spring.SpringSupplierSource.SpringLoader
Packages that use SpringSupplierSource.SpringLoader
-
Uses of SpringSupplierSource.SpringLoader in net.officefloor.spring
Methods in net.officefloor.spring with parameters of type SpringSupplierSource.SpringLoaderModifier and TypeMethodDescriptionstatic <S,E extends Throwable>
SSpringSupplierSource.captureApplicationContext(Consumer<org.springframework.context.ConfigurableApplicationContext> capture, SpringSupplierSource.SpringLoader<S, E> loader) Allows capturing theConfigurableApplicationContext.static <S,E extends Throwable>
SSpringSupplierSource.runInContext(SpringSupplierSource.SpringLoader<S, E> loader, SpringSupplierSource.SpringDependencyFactory factory) Runs theRunnablein context for theSpringSupplierSource.SpringDependencyFactoryto create additional beans for Spring.