public interface ChildIterable<T>
extends java.lang.Iterable<T>
ChildInject
annotation to get the current
list of children for this injection pointModifier and Type | Method and Description |
---|---|
T |
byKey(java.lang.String key)
Gets the child with the given key.
|
java.lang.Iterable<ServiceHandle<T>> |
handleIterator()
Returns an iterator of the children's Service
Handle, rather than their services
|
T byKey(java.lang.String key)
ChildInject.separator()
fieldkey
- The non-null key of the child to getjava.lang.Iterable<ServiceHandle<T>> handleIterator()