Uses of Class
net.officefloor.compile.internal.structure.AutoWire
Packages that use AutoWire
Package
Description
-
Uses of AutoWire in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type AutoWireModifier and TypeMethodDescriptionvoidAutoWirerImpl.addAutoWireTarget(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.getAutoWireLink(S sourceNode, AutoWire... sourceAutoWires) <S extends Node>
AutoWireLink<S,N>[] AutoWirerImpl.getAutoWireLinks(S sourceNode, AutoWire... sourceAutoWires) Selects the appropriateAutoWireLinkinstances.protected <S extends Node>
AutoWireLink<S,N>[] AutoWirerImpl.sourceAutoWireLinks(boolean isMustMatch, boolean isMultipleAllowed, S sourceNode, AutoWire... sourceAutoWires) Sources the auto-wire links. -
Uses of AutoWire in net.officefloor.compile.impl.util
Method parameters in net.officefloor.compile.impl.util with type arguments of type AutoWireModifier and TypeMethodDescriptionstatic voidLinkUtil.loadAllObjectAutoWires(LinkObjectNode node, 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 AutoWireModifier and TypeMethodDescriptionAutoWireLink.getSourceAutoWire()Obtains the matching sourceAutoWire.AutoWireLink.getTargetAutoWire()Obtains the matching targetAutoWire.Methods in net.officefloor.compile.internal.structure with parameters of type AutoWireModifier and TypeMethodDescriptionvoidAutoWirer.addAutoWireTarget(Function<OfficeNode, ? extends N> targetNodeFactory, AutoWire... targetAutoWires) Adds anAutoWiretarget for selection.voidAutoWirer.addAutoWireTarget(N targetNode, AutoWire... targetAutoWires) Adds anAutoWiretarget for selection.int<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.getAutoWireLink(S sourceNode, AutoWire... sourceAutoWires) Selects the appropriateAutoWireLinkinstance.<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 AutoWireModifier and TypeMethodDescriptionstatic OfficeManagedObjectSingleton.load(OfficeArchitect architect, Object singleton, AutoWire... autoWires) Convenience method to load singletonObject.static OfficeManagedObjectSingleton.load(OfficeArchitect architect, String managedObjectName, Object singleton, AutoWire... autoWires) Convenience method to load singletonObject.static OfficeFloorManagedObjectSingleton.load(OfficeFloorDeployer deployer, Object singleton, DeployedOffice managingOffice, AutoWire... autoWires) Convenience method to load singletonObject.static OfficeFloorManagedObjectSingleton.load(OfficeFloorDeployer deployer, String managedObjectName, Object singleton, DeployedOffice managingOffice, AutoWire... autoWires) Convenience method to load singletonObject.