Interface | Description |
---|---|
ActiveDescriptorBuilder |
The active descriptor build is for building up a
non-reified ActiveDescriptor.
|
Binder |
The binder is used in conjunction with the
ServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...)
method in order to add (or remove) services to a ServiceLocator. |
DescriptorBuilder |
This is an object that uses the Builder pattern
in order to generate a Descriptor (for binding) or
a Filter (for searching).
|
Class | Description |
---|---|
AbstractActiveDescriptor<T> |
This class can be used as a starting point for those writing their own
ActiveDescriptor.
|
AliasDescriptor<T> |
A 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.
|
DescriptorImpl |
The implementation of the descriptor itself, with the
bonus of being externalizable, and having writeable fields
|
HK2LoaderImpl |
This is an implementation of an
HK2Loader that uses
a given classloader |
InjecteeImpl |
This is a writeable version of the Injectee interface.
|
NamedImpl |
This is an implementation of the
Named annotation. |
ServiceLocatorUtilities |
This is a set of useful utilities for working with
ServiceLocator . |
Copyright © 2018 Oracle Corporation. All rights reserved.