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 classManagedObjectNodeImplManagedObjectNodeimplementation.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 voidAdministrationNodeImpl. autoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)voidGovernanceNodeImpl. autoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)voidSupplierNodeImpl. loadAutoWireExtensions(AutoWirer<ManagedObjectExtensionNode> autoWirer, ManagedObjectSourceVisitor managedObjectSourceVisitor, CompileContext compileContext)AutoWirer<ManagedObjectExtensionNode>OfficeFloorNodeImpl. loadAutoWireExtensionTargets(AutoWirer<ManagedObjectExtensionNode> autoWirer, CompileContext compileContext)voidSectionNodeImpl. 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 interfaceManagedObjectNodeNode 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 theAutoWireextension targets for theOfficeFloorManagedObject.
-