| AbstractActiveDescriptor<T> |
This class can be used as a starting point for those writing their own
ActiveDescriptor.
|
| AliasDescriptor<T> |
An active descriptor class that serves as an alias for another descriptor.
|
| BuilderHelper |
This class is used to generate DescriptorBuilders to be used
as a simple mechanism to create a Filter or Descriptor.
|
| ClassLoaderPostProcessor |
|
| ClasspathDescriptorFileFinder |
This is an implementation of DescriptorFileFinder that
uses a particular classloader in order to find descriptor files.
|
| ContextualInput<T> |
|
| DescriptorImpl |
The implementation of the descriptor itself, with the
bonus of being externalizable, and having writeable fields
|
| DuplicatePostProcessor |
This post-processor removes duplicate descriptors from the
set of descriptors being added to the service registry.
|
| DuplicatePostProcessor.ImplOnlyKey |
Key use for implementation only (along with descriptor
type, otherwise factories eliminate themselves)
|
| EnableLookupExceptionsModule |
This module can be used to enable exceptions to be
thrown from getService API when a descriptor throws
an exception during reification or other errors.
|
| FactoryDescriptorsImpl |
This is an implementation of FactoryDescriptors that can be
used by hk2 uses when creating descriptors that describe
a Factory
|
| GreedyResolver |
This is a greedy resolve that will add in any class
that has failed to be resolved.
|
| HK2LoaderImpl |
This is an implementation of an HK2Loader that uses
a given classloader
|
| ImmediateContext |
|
| ImmediateScopeModule |
This module can be used to enable the Immediate scope
feature.
|
| InheritableThreadScopeModule |
|
| InjecteeImpl |
This is a writeable version of the Injectee interface.
|
| MethodParameterImpl |
|
| NamedImpl |
This is an implementation of the Named annotation.
|
| OrFilter |
Creates a filter that matches if at least one
of the sub-filters is a match.
|
| PerThreadScopeModule |
This module can be used to enable the PerThread scope
feature.
|
| RethrowErrorService |
This is an implementation of ErrorService that simply rethrows
the exception caught.
|
| ServiceLocatorUtilities |
|
| ServiceLocatorUtilities.AliasFilter |
|
| ServiceLocatorUtilities.ImmediateImpl |
|
| ServiceLocatorUtilities.InheritableThreadImpl |
|
| ServiceLocatorUtilities.PerLookupImpl |
|
| ServiceLocatorUtilities.PerThreadImpl |
|
| ServiceLocatorUtilities.SingletonImpl |
|
| UnqualifiedImpl |
|