public class JaxRsExtension extends Object implements Extension
Extension that makes Applications and resource
classes available as CDI beans.| Modifier and Type | Class and Description |
|---|---|
static interface |
JaxRsExtension.ResourceClass
A
Qualifier annotation indicating that a BeanAttributes implementation is a JAX-RS resource class. |
static class |
JaxRsExtension.SyntheticApplication
An
Application that has been synthesized out of resource
classes found on the classpath that have not otherwise been
claimed by other Application instances. |
| Constructor and Description |
|---|
JaxRsExtension()
Creates a new
JaxRsExtension. |
| Modifier and Type | Method and Description |
|---|---|
Set<Set<Annotation>> |
getAllApplicationQualifiers()
Returns an unmodifiable
Set of Sets of qualifier annotations that have been found annotating
Applications. |
public JaxRsExtension()
JaxRsExtension.public final Set<Set<Annotation>> getAllApplicationQualifiers()
Set of Sets of qualifier annotations that have been found annotating
Applications.
This method never returns null.
null, unmodifiable Set of Sets of qualifier annotations that have been found annotating
ApplicationsCopyright © 2019–2020, microBean™. All rights reserved.