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 void
AutoWirerImpl. addAutoWireTarget(java.util.function.Function<OfficeNode,? extends N> targetNodeFactory, AutoWire... targetAutoWires)
void
AutoWirerImpl. 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 void
LinkUtil. loadAllObjectAutoWires(LinkObjectNode node, java.util.Set<AutoWire> allAutoWires, CompileContext compileContext, CompilerIssues issues)
Loads theAutoWire
instances for theLinkObjectNode
along with its dependencyAutoWire
instances and subsequent (transitive) dependencyAutoWire
instances. -
Uses of AutoWire in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return AutoWire Modifier and Type Method Description AutoWire
AutoWireLink. getSourceAutoWire()
Obtains the matching sourceAutoWire
.AutoWire
AutoWireLink. getTargetAutoWire()
Obtains the matching targetAutoWire
.Methods in net.officefloor.compile.internal.structure with parameters of type AutoWire Modifier and Type Method Description void
AutoWirer. addAutoWireTarget(java.util.function.Function<OfficeNode,? extends N> targetNodeFactory, AutoWire... targetAutoWires)
Adds anAutoWire
target for selection.void
AutoWirer. addAutoWireTarget(N targetNode, AutoWire... targetAutoWires)
Adds anAutoWire
target for selection.int
AutoWire. compareTo(AutoWire that)
<S extends Node>
AutoWireLink<S,N>[]AutoWirer. findAutoWireLinks(S sourceNode, AutoWire... sourceAutoWires)
Selects the appropriateAutoWireLink
instances, and does not flag issue if no matchingAutoWireLink
is found.<S extends Node>
AutoWireLink<S,N>[]AutoWirer. getAutoWireLinks(S sourceNode, AutoWire... sourceAutoWires)
Selects the appropriateAutoWireLink
instances. -
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 OfficeManagedObject
Singleton. load(OfficeArchitect architect, java.lang.Object singleton, AutoWire... autoWires)
Convenience method to load singletonObject
.static OfficeManagedObject
Singleton. load(OfficeArchitect architect, java.lang.String managedObjectName, java.lang.Object singleton, AutoWire... autoWires)
Convenience method to load singletonObject
.static OfficeFloorManagedObject
Singleton. load(OfficeFloorDeployer deployer, java.lang.Object singleton, DeployedOffice managingOffice, AutoWire... autoWires)
Convenience method to load singletonObject
.static OfficeFloorManagedObject
Singleton. load(OfficeFloorDeployer deployer, java.lang.String managedObjectName, java.lang.Object singleton, DeployedOffice managingOffice, AutoWire... autoWires)
Convenience method to load singletonObject
.
-