All Classes and Interfaces

Class
Description
Abstract TypeConverter Module that automatically registers the converter based on the type argument.
Binding source locations can implement this interface to supply annotations to the BeanLocator.
Something that can visit annotation declarations.
A visitor to visit a Java annotation.
A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine Specification (JVMS).
Provides custom PropertyBinders for beans that contain one or more properties.
Describes Qualified bean implementations of T:

Deprecated.
TypeListener that listens for bean types and arranges for their properties to be injected.
Finds and tracks bean implementations annotated with Qualifier annotations.
Service that manages the lifecycle of beans.
Iterable that iterates over potential bean properties in a class hierarchy.
Represents a bean property such as a field or setter method.
Common techniques for discovering bean implementations.
Deprecated.
Schedules safe activation of beans even when cyclic dependencies are involved.
Takes advantage of the new Guice ProvisionListener SPI, if available at runtime.
Publisher of Bindings to interested BindingSubscribers.
Subscriber of Bindings from one or more BindingPublishers.
ClassSpace backed by a strongly-referenced Bundle.
Guice module that uses classpath-scanning and auto-wiring to bind JSR330 components from OSGi bundles.
Something that can prepare BindingPublishers for component bundles.
A dynamically extensible vector of bytes.
Child WireModule that avoids wiring dependencies that already exist in a parent Injector.
Finds (and optionally filters) Class resources from ClassSpaces.
A parser to make a ClassVisitor visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
Represents an abstract collection of related classes and resources.
Exception thrown when the constant pool of a class produced by a ClassWriter is too large.
A visitor to visit a Java class.
Something that can visit class definitions.
A ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
ClassSpace that can create multiple (deferred) copies of the same implementation type.
A constant whose value is computed at runtime, with a bootstrap method.
Iterable that iterates over declared members of a class hierarchy.
Enum implementation that provides different views of a class's members.
Default MutableBeanLocator that locates qualified beans across a dynamic group of BindingPublishers.
ClassFinder that finds Class resources under a given package name.
Simple RankingFunction that partitions qualified bindings into two main groups.
Placeholder Class; postpones classloading until absolutely necessary.
Provider backed by a DeferredClass.
Describes a bean:

Deprecated.
Marks dependencies that should be dynamic proxies:

Marks beans that should be created as soon as possible:

Deprecated.
List backed by an Iterable sequence of map entries.
Map backed by an Iterable sequence of map entries.
Set backed by an Iterable sequence of map entries.
A visitor to visit a Java field.
Enumerates various optimized globbing strategies.
Utility methods for dealing with changes in the Guice 4.0 SPI.
A reference to a field or a method.
Hides a bean from being located or watched:

Annotates class hierarchies that don't want setter injection.
ClassFinder that finds Class resources listed in the named index.
Abstract TestNG/JUnit4 test that automatically binds and injects itself.
Abstract JUnit3 TestCase that automatically binds and injects itself.
Publisher of Bindings from a single Injector; ranked according to a given RankingFunction.
A position in the bytecode of a method.
Deprecated.
Limited support for migrating legacy types.
BeanManager that manages JSR250 beans and schedules lifecycle events.
Guice Module that provides lifecycle management by following PostConstruct and PreDestroy annotations, or corresponding JSR250 PostConstruct and PreDestroy annotations.
Pseudo DeferredClass backed by an already loaded Class.
Adds BeanLocator-backed bindings for unresolved bean dependencies.
Utility methods for dealing with container logging and recovery.
Bootstrap class that creates a static Injector by scanning the current class-path for beans.
Watches for Qualified bean implementations of T:

Deprecated.
Guice Module that discards any duplicate or broken bindings.
Exception thrown when the Code attribute of a method produced by a ClassWriter is too large.
A visitor to visit a Java method.
A visitor to visit a Java module.
Mutable BeanLocator that finds and tracks bindings across zero or more BindingPublishers.
Marks dependencies that can be null:

Deprecated.
The JVM opcodes, access flags and array type codes.
Useful Keys for binding Parameters.
Qualifier of application parameters:

Deprecated.
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
The PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the container.
Defines the priority ordering of a bean, higher values have higher priority:

Provides custom PropertyBindings for bean properties such as fields or setter methods.
Represents a bean property that has been bound by a PropertyBinder.
QualifiedTypeListener that installs Modules, registers Mediators, and binds types.
Listens for types annotated with Qualifier annotations.
SpaceVisitor that reports types annotated with Qualifier annotations.
Assigns each Binding a rank according to some function; higher ranks take precedence over lower ranks.
A visitor to visit a record component.
On-demand publisher of Bindings from the OSGi service registry.
BundlePlan that prepares BindingPublishers for JSR330 bundles.
OSGi extender that uses Sisu and Guice to wire up applications from one or more component bundles.
To enable it install org.eclipse.sisu.inject.extender, or adapt the class for your own extender.
SPI mechanism for discovering Module and Strategy extensions.
Command-line utility that generates a qualified class index for a space-separated list of JARs.
Java 6 Annotation Processor that generates a qualified class index for the current build.
OSGi BundleTracker that tracks component bundles and uses BundlePlans to publish them.
Utility methods for dealing with SoftReference collections.
Utility methods for dealing with annotated sources.
Guice Module that automatically binds types annotated with Qualifier annotations.
Visitor strategy.
Makes a SpaceVisitor visit a ClassSpace; can be directed by an optional ClassFinder.
Something that can visit ClassSpaces.
Utility methods for dealing with streams.
Utility methods for dealing with tokens.
A Java field or method type.
Utility methods for dealing with generic type arguments.
Restricts the visible types of a bean:

The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
A reference to a type appearing in a class, field or method declaration, or on an instruction.
ClassSpace backed by a strongly-referenced ClassLoader and a URL class path.
Utility methods for dealing with WeakReference collections.
Guice Module that automatically adds BeanLocator-backed bindings for unresolved dependencies.
Wiring strategy.
Something that can supply bindings for unresolved dependency Keys.