Interface | Description |
---|---|
InitializedLater |
An interface for objects to be initialized later, when Jersey is ready for use.
|
Class | Description |
---|---|
AbstractBean<T> |
Base class implementing the CDI Bean interface.
|
AnnotatedCallableImpl<T> |
Implements the CDI AnnotatedCallable interface.
|
AnnotatedConstructorImpl<T> |
Implements the CDI AnnotatedConstructor interface.
|
AnnotatedFieldImpl<T> |
Implements the CDI AnnotatedField interface.
|
AnnotatedImpl |
Implements the CDI Annotated interface.
|
AnnotatedMemberImpl<T> |
Implements the CDI AnnotatedMember interface.
|
AnnotatedMethodImpl<T> |
Implements the CDI AnnotatedMethod interface.
|
AnnotatedParameterImpl<T> |
Implements the CDI AnnotatedParameter interface.
|
AnnotatedTypeImpl<T> |
Implements the CDI AnnotatedType interface.
|
BeanGenerator |
Generates any number of plain bean classes on the fly, loading them with
the thread context class loader.
|
CDIComponentProviderFactory |
Factory for IoCComponentProvider for CDI beans.
|
CDIComponentProviderFactoryInitializer |
Initializes the factory for IoCComponentProvider(s) for CDI beans.
|
CDIExtension | |
DiscoveredParameter |
Records all information about a JAX-RS-related parameter.
|
ProviderBasedBean<T> |
A CDI Bean implementation that delegates bean creation to a Provider.
|
Utils |
Utility methods for CDI BeanManager and Bean classes.
|
Annotation Type | Description |
---|---|
SyntheticQualifier |
A CDI qualifier introduced by Jersey to make an injection point unique.
|
Copyright © 2013 Oracle Corporation. All rights reserved.