Uses of Class
net.officefloor.compile.internal.structure.AutoWire
-
Packages that use AutoWire Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure net.officefloor.plugin.managedobject.singleton -
-
Uses of AutoWire in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type AutoWire Modifier and Type Method Description voidAutoWirerImpl. addAutoWireTarget(java.util.function.Function<OfficeNode,? extends N> targetNodeFactory, AutoWire... targetAutoWires)voidAutoWirerImpl. addAutoWireTarget(N targetNode, AutoWire... targetAutoWires)<S extends Node>
AutoWireLink<S,N>[]AutoWirerImpl. findAutoWireLinks(S sourceNode, AutoWire... sourceAutoWires)<S extends Node>
AutoWireLink<S,N>[]AutoWirerImpl. getAutoWireLinks(S sourceNode, AutoWire... sourceAutoWires) -
Uses of AutoWire in net.officefloor.compile.impl.util
Method parameters in net.officefloor.compile.impl.util with type arguments of type AutoWire Modifier and Type Method Description static voidLinkUtil. loadAllObjectAutoWires(LinkObjectNode node, java.util.Set<AutoWire> allAutoWires, CompileContext compileContext, CompilerIssues issues)Loads theAutoWireinstances for theLinkObjectNodealong with its dependencyAutoWireinstances and subsequent (transitive) dependencyAutoWireinstances. -
Uses of AutoWire in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return AutoWire Modifier and Type Method Description AutoWireAutoWireLink. getSourceAutoWire()Obtains the matching sourceAutoWire.AutoWireAutoWireLink. getTargetAutoWire()Obtains the matching targetAutoWire.Methods in net.officefloor.compile.internal.structure with parameters of type AutoWire Modifier and Type Method Description voidAutoWirer. addAutoWireTarget(java.util.function.Function<OfficeNode,? extends N> targetNodeFactory, AutoWire... targetAutoWires)Adds anAutoWiretarget for selection.voidAutoWirer. addAutoWireTarget(N targetNode, AutoWire... targetAutoWires)Adds anAutoWiretarget for selection.intAutoWire. compareTo(AutoWire that)<S extends Node>
AutoWireLink<S,N>[]AutoWirer. findAutoWireLinks(S sourceNode, AutoWire... sourceAutoWires)Selects the appropriateAutoWireLinkinstances, and does not flag issue if no matchingAutoWireLinkis found.<S extends Node>
AutoWireLink<S,N>[]AutoWirer. getAutoWireLinks(S sourceNode, AutoWire... sourceAutoWires)Selects the appropriateAutoWireLinkinstances. -
Uses of AutoWire in net.officefloor.plugin.managedobject.singleton
Methods in net.officefloor.plugin.managedobject.singleton with parameters of type AutoWire Modifier and Type Method Description static OfficeManagedObjectSingleton. load(OfficeArchitect architect, java.lang.Object singleton, AutoWire... autoWires)Convenience method to load singletonObject.static OfficeManagedObjectSingleton. load(OfficeArchitect architect, java.lang.String managedObjectName, java.lang.Object singleton, AutoWire... autoWires)Convenience method to load singletonObject.static OfficeFloorManagedObjectSingleton. load(OfficeFloorDeployer deployer, java.lang.Object singleton, DeployedOffice managingOffice, AutoWire... autoWires)Convenience method to load singletonObject.static OfficeFloorManagedObjectSingleton. load(OfficeFloorDeployer deployer, java.lang.String managedObjectName, java.lang.Object singleton, DeployedOffice managingOffice, AutoWire... autoWires)Convenience method to load singletonObject.
-