Package org.eclipse.sisu.plexus
Class RealmFilteredBeans<T>
java.lang.Object
org.eclipse.sisu.plexus.RealmFilteredBeans<T>
final class RealmFilteredBeans<T>
extends Object
implements Iterable<BeanEntry<com.google.inject.name.Named,T>>
Sequence of
BeanEntry
s filtered according to whether they are visible from the current ClassRealm
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) final class
BeanEntry
iterator that only returns entries visible from the given set of named realms. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRealmFilteredBeans
(Iterable<BeanEntry<com.google.inject.name.Named, T>> beans) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator