Class SequenceBinding
java.lang.Object
honeyroasted.fill.bindings.SequenceBinding
- All Implemented Interfaces:
Binding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindings()Returns the childrenBindings for this Sequence binding.booleanclaims(honeyroasted.jype.system.JTypeSystem system, InjectionTarget target) Test whether thisBindinghandles the givenInjectionTargethandle(honeyroasted.jype.system.JTypeSystem system, InjectionTarget target) Handles the givenInjectionTargetstatic SequenceBindingCreates a newSequenceBindingwith the given bindings
-
Constructor Details
-
SequenceBinding
Creates a newSequenceBinding- Parameters:
bindings- The bindings
-
-
Method Details
-
of
Creates a newSequenceBindingwith the given bindings- Parameters:
bindings- The bindings- Returns:
- A new
SequenceBinding
-
bindings
-
claims
Description copied from interface:BindingTest whether thisBindinghandles the givenInjectionTarget -
handle
Description copied from interface:BindingHandles the givenInjectionTarget- Specified by:
handlein interfaceBinding- Parameters:
system- TheJTypeSystemto use for type logictarget- The injection target- Returns:
- The
InjectionResultof handling the given target
-