Uses of Interface
net.officefloor.compile.internal.structure.ManagedObjectExtensionNode
-
Packages that use ManagedObjectExtensionNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of ManagedObjectExtensionNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedObjectExtensionNode Modifier and Type Class Description class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return types with arguments of type ManagedObjectExtensionNode Modifier and Type Method Description AutoWirer<ManagedObjectExtensionNode>
OfficeFloorNodeImpl. loadAutoWireExtensionTargets(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)
Method parameters in net.officefloor.compile.impl.structure with type arguments of type ManagedObjectExtensionNode Modifier and Type Method Description void
AdministrationNodeImpl. autoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)
void
GovernanceNodeImpl. autoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)
void
SupplierNodeImpl. loadAutoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)
AutoWirer<ManagedObjectExtensionNode>
OfficeFloorNodeImpl. loadAutoWireExtensionTargets(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)
void
SectionNodeImpl. loadAutoWireExtensionTargets(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)
-
Uses of ManagedObjectExtensionNode in net.officefloor.compile.internal.structure
Subinterfaces of ManagedObjectExtensionNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedObjectNode
Node representing an instance use of aManagedObject
.Methods in net.officefloor.compile.internal.structure that return types with arguments of type ManagedObjectExtensionNode Modifier and Type Method Description AutoWirer<ManagedObjectExtensionNode>
OfficeFloorNode. loadAutoWireExtensionTargets(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)
Loads theAutoWire
extension targets for theOfficeFloorManagedObject
.
-