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
BeanEntrys filtered according to whether they are visible from the current ClassRealm.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) final classBeanEntryiterator that only returns entries visible from the given set of named realms. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRealmFilteredBeans(RealmManager realmManager, 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, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator