| AbstractTypeConverter<T> | Abstract TypeConverter Module that automatically registers the converter based on the type argument. |
| AnnotationVisitor | Something that can visit annotation declarations. |
| BeanBinder | Provides custom PropertyBinders for beans that contain one or more properties. |
| BeanEntry<Q extends Annotation, T> | Represents a Qualified bean implementation of T. |
| BeanEntry<Q extends Annotation, T> |
This interface is deprecated.
Replaced by org.eclipse.sisu.BeanEntry
|
| BeanListener | TypeListener that listens for bean types and arranges for their properties to be injected. |
| BeanLocator | Finds and tracks bean implementations annotated with Qualifier annotations. |
| BeanProperties | Iterable that iterates over potential bean properties in a class hierarchy. |
| BeanProperty<T> | Represents a bean property such as a field or setter method. |
| BeanScanning | Various strategies for discovering bean implementations. |
| BeanScanning |
This enum is deprecated.
Replaced by org.eclipse.sisu.BeanScanning
|
| BindingPublisher | Publisher of Bindings to interested BindingSubscribers. |
| BindingSubscriber<T> | Subscriber of Bindings from one or more BindingPublishers. |
| BundleClassSpace | ClassSpace backed by a strongly-referenced Bundle. |
| ChildWireModule | Child WireModule that avoids wiring dependencies that already exist in a parent Injector. |
| ClassFinder | Finds (and optionally filters) Class resources from ClassSpaces. |
| ClassSpace | Represents an abstract collection of related classes and resources. |
| ClassVisitor | Something that can visit class definitions. |
| CloningClassSpace | ClassSpace that can create multiple (deferred) copies of the same implementation type. |
| DeclaredMembers | Iterable that iterates over declared members of a class hierarchy. |
| DeclaredMembers.View | Enum implementation that provides different views of a class's members. |
| DefaultBeanLocator | Default MutableBeanLocator that locates qualified beans across a dynamic group of BindingPublishers. |
| DefaultClassFinder | ClassFinder that finds Class resources under a given package name. |
| DefaultRankingFunction | Simple RankingFunction that partitions qualified bindings into two main groups. |
| DeferredClass<T> | Placeholder Class; postpones classloading until absolutely necessary. |
| DeferredProvider<T> | Provider backed by a DeferredClass. |
| DescribedBinding | Binding source locations should implement this interface to supply descriptions to the BeanLocator. |
| Description | Describes a bean. |
| Description |
This @interface is deprecated.
Replaced by org.eclipse.sisu.Description
|
| EagerSingleton | Marks beans that should be created as soon as possible. |
| EagerSingleton |
This @interface is deprecated.
Replaced by org.eclipse.sisu.EagerSingleton
|
| EntryListAdapter<K, V> | List backed by an Iterable sequence of map entries. |
| EntryMapAdapter<K, V> | Map backed by an Iterable sequence of map entries. |
| EntrySetAdapter<K, V> | Set backed by an Iterable sequence of map entries. |
| HiddenBinding | Binding source locations should implement this interface to hide bindings from the BeanLocator. |
| IgnoreSetters | Annotates class hierarchies that don't want setter injection. |
| IndexedClassFinder | ClassFinder that finds Class resources listed in the named index. |
| InjectedTest | Abstract TestNG/JUnit4 test that automatically binds and injects itself. |
| InjectedTestCase | Abstract JUnit3 TestCase that automatically binds and injects itself. |
| InjectorPublisher | Publisher of Bindings from a single Injector; ranked according to a given RankingFunction. |
| Legacy<S> | |
| LoadedClass<T> | Pseudo DeferredClass backed by an already loaded Class. |
| LocatorWiring | Adds BeanLocator-backed bindings for non-local bean dependencies. |
| Logs | Utility methods for dealing with container logging and recovery. |
| Main | Bootstrap class that creates a static Injector by scanning the current class-path for beans. |
| Mediator<Q extends Annotation, T, W> | Implement this interface to Watch for Qualified bean implementations of T. |
| Mediator<Q extends Annotation, T, W> |
This interface is deprecated.
Replaced by org.eclipse.sisu.Mediator
|
| MergedModule | |
| MutableBeanLocator | Mutable BeanLocator that finds and tracks bindings across zero or more BindingPublishers. |
| Nullable | Marks dependencies that can be null. |
| Nullable |
This @interface is deprecated.
Replaced by org.eclipse.sisu.Nullable
|
| ParameterKeys | |
| Parameters | Qualifier of parameters passed into Sisu. |
| Parameters |
This @interface is deprecated.
Replaced by org.eclipse.sisu.Parameters
|
| PropertyBinder | Provides custom PropertyBindings for bean properties such as fields or setter methods. |
| PropertyBinding | Represents a bean property that has been bound by a PropertyBinder. |
| QualifiedTypeBinder | QualifiedTypeListener that installs Modules, registers Mediators, and binds types. |
| QualifiedTypeListener | Listens for types annotated with Qualifier annotations. |
| QualifiedTypeVisitor | SpaceVisitor that reports types annotated with Qualifier annotations. |
| RankingFunction | Assigns each Binding a rank according to some function; higher ranks take precedence over lower ranks. |
| SisuExtensions | |
| SisuIndex | Command-line utility that generates a qualified class index for a space-separated list of JARs. |
| SisuIndexAPT6 | Java 6 Annotation Processor that generates a qualified class index for the current build. |
| Soft | Utility methods for dealing with SoftReference collections. |
| SpaceModule | Guice Module that automatically binds types annotated with Qualifier annotations. |
| SpaceModule.Strategy | |
| SpaceScanner | Makes a SpaceVisitor visit a ClassSpace; can be directed by an optional ClassFinder. |
| SpaceVisitor | Something that can visit ClassSpaces. |
| Streams | Utility methods for dealing with streams. |
| TypeArguments | Utility methods for dealing with generic type arguments. |
| URLClassSpace | ClassSpace backed by a strongly-referenced ClassLoader and a URL class path. |
| Weak | Utility methods for dealing with WeakReference collections. |
| WireModule | Guice Module that automatically adds BeanLocator-backed bindings for non-local bean dependencies. |
| WireModule.Strategy | |
| Wiring | Supplies bindings for given dependency Keys. |