Uses of Interface
net.officefloor.spring.SpringSupplierSource.SpringLoader
-
Packages that use SpringSupplierSource.SpringLoader Package Description net.officefloor.spring -
-
Uses of SpringSupplierSource.SpringLoader in net.officefloor.spring
Methods in net.officefloor.spring with parameters of type SpringSupplierSource.SpringLoader Modifier and Type Method Description static <S,E extends java.lang.Throwable>
SSpringSupplierSource. captureApplicationContext(java.util.function.Consumer<org.springframework.context.ConfigurableApplicationContext> capture, SpringSupplierSource.SpringLoader<S,E> loader)
Allows capturing theConfigurableApplicationContext
.static <S,E extends java.lang.Throwable>
SSpringSupplierSource. runInContext(SpringSupplierSource.SpringLoader<S,E> loader, SpringSupplierSource.SpringDependencyFactory factory)
Runs theRunnable
in context for theSpringSupplierSource.SpringDependencyFactory
to create additional beans for Spring.
-