Uses of Interface
net.officefloor.compile.internal.structure.AutoWireLink
Packages that use AutoWireLink
Package
Description
-
Uses of AutoWireLink in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return AutoWireLinkModifier and TypeMethodDescription<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 AutoWireLink in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return AutoWireLinkModifier and TypeMethodDescription<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.