Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierThreadLocal
Packages that use SupplierThreadLocal
Package
Description
-
Uses of SupplierThreadLocal in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement SupplierThreadLocalMethods in net.officefloor.compile.impl.supplier that return SupplierThreadLocalModifier and TypeMethodDescription<T> SupplierThreadLocal<T>SupplierSourceContextImpl.addSupplierThreadLocal(String qualifier, Class<? extends T> type) SupplierThreadLocalTypeImpl.getSupplierThreadLocal()Obtains theSupplierThreadLocal. -
Uses of SupplierThreadLocal in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source that return SupplierThreadLocalModifier and TypeMethodDescription<T> SupplierThreadLocal<T>SupplierCompileContext.addSupplierThreadLocal(String qualifier, Class<? extends T> type) Adds aSupplierThreadLocal. -
Uses of SupplierThreadLocal in net.officefloor.servlet.inject
Constructors in net.officefloor.servlet.inject with parameters of type SupplierThreadLocalModifierConstructorDescriptionInjectContext(SupplierThreadLocal<?>[] supplierThreadLocals) Instantiate.