Class | Description |
---|---|
CachedConstructorAnalyzer<T> |
Processes a provided class and selects the valid constructor with the largest number of parameters.
|
Collector |
This class collects errors, and can then also produce a MultiException from those errors if necessary.
|
ContextInjectionResolverImpl |
Injection resolver for
@Context injection annotation. |
ContextInjectionResolverImpl.Binder |
Context injection resolver binder.
|
InjectionUtils |
Utility class for processing of an injection.
|
JerseyConstructorInjectionPoint<T> |
Class that creates a new instance using the provided constructor, selects and injects the values.
|
JerseyInjectionTarget<T> |
Wrapper for
InjectionTarget that implements the functionality of injecting using JAX-RS annotations into provided
instances. |
JerseyProxyResolver |
Class working with JAX-RS/Jersey types injected using
Context annotation and all other types which
can be injected using using other *Param annotations. |
NamedImpl |
This is an implementation of the
Named annotation. |
WrappingJerseyInjectionTarget<T> |
An implementation of
InjectionTarget that just wraps the provided InjectionTarget because of additional
features in an injection phase. |
Exception | Description |
---|---|
MultiException |
This exception can contain multiple other exceptions.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.