Uses of Interface
net.officefloor.compile.internal.structure.SupplierThreadLocalNode
-
Packages that use SupplierThreadLocalNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of SupplierThreadLocalNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return SupplierThreadLocalNode Modifier and Type Method Description SupplierThreadLocalNode
OfficeFloorCompilerImpl. createSupplierThreadLocalNode(java.lang.String qualifier, java.lang.String type, SupplierNode supplier)
-
Uses of SupplierThreadLocalNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SupplierThreadLocalNode Modifier and Type Class Description class
SupplierThreadLocalNodeImpl
SupplierThreadLocalNode
implementation. -
Uses of SupplierThreadLocalNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SupplierThreadLocalNode Modifier and Type Method Description SupplierThreadLocalNode
NodeContext. createSupplierThreadLocalNode(java.lang.String qualifier, java.lang.String type, SupplierNode supplier)
Creates theSupplierThreadLocalNode
.
-