Uses of Interface
net.officefloor.compile.internal.structure.SuppliedManagedObjectSourceNode
-
Packages that use SuppliedManagedObjectSourceNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return SuppliedManagedObjectSourceNode Modifier and Type Method Description SuppliedManagedObjectSourceNodeOfficeFloorCompilerImpl. createSuppliedManagedObjectSourceNode(java.lang.String qualifier, java.lang.String type, SupplierNode supplier)Methods in net.officefloor.compile.impl with parameters of type SuppliedManagedObjectSourceNode Modifier and Type Method Description ManagedObjectSourceNodeOfficeFloorCompilerImpl. createManagedObjectSourceNode(java.lang.String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject) -
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SuppliedManagedObjectSourceNode Modifier and Type Class Description classSuppliedManagedObjectSourceNodeImplMethods in net.officefloor.compile.impl.structure with parameters of type SuppliedManagedObjectSourceNode Modifier and Type Method Description OfficeFloorManagedObjectSourceOfficeFloorNodeImpl. addManagedObjectSource(java.lang.String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject)OfficeManagedObjectSourceOfficeNodeImpl. addManagedObjectSource(java.lang.String managedObjectSourceName, SuppliedManagedObjectSourceNode suppliedManagedObject)SuppliedManagedObjectSourceTypeCompileContextImpl. getOrLoadSuppliedManagedObjectSourceType(SuppliedManagedObjectSourceNode suppliedManagedObjectSourceNode)Method parameters in net.officefloor.compile.impl.structure with type arguments of type SuppliedManagedObjectSourceNode Modifier and Type Method Description <S> SSupplierNodeImpl. getManagedObjectSource(java.lang.String qualifier, java.lang.String type, java.util.function.Function<SuppliedManagedObjectSourceNode,S> factory)Obtains theOfficeFloorManagedObjectSource/OfficeManagedObjectSource.Constructors in net.officefloor.compile.impl.structure with parameters of type SuppliedManagedObjectSourceNode Constructor Description ManagedObjectSourceNodeImpl(java.lang.String managedObjectSourceName, SectionNode containingSectionNode, OfficeNode containingOfficeNode, SuppliedManagedObjectSourceNode containingSuppliedManagedObjectNode, OfficeFloorNode containingOfficeFloorNode, NodeContext context)Initiate. -
Uses of SuppliedManagedObjectSourceNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SuppliedManagedObjectSourceNode Modifier and Type Method Description SuppliedManagedObjectSourceNodeNodeContext. createSuppliedManagedObjectSourceNode(java.lang.String qualifier, java.lang.String type, SupplierNode supplier)Creates theSuppliedManagedObjectSourceNode.
-