Package | Description |
---|---|
org.glassfish.jersey.internal.inject |
Common Jersey internal injection utility classes.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class<?>,Providers.ProviderRuntime> |
Providers.EXTERNAL_PROVIDER_INTERFACE_WHITELIST
Map of all supported external (i.e.
|
private static java.util.Map<java.lang.Class<?>,Providers.ProviderRuntime> |
Providers.JAX_RS_PROVIDER_INTERFACE_WHITELIST
Map of all standard JAX-RS providers and their run-time affinity.
|
Modifier and Type | Method and Description |
---|---|
static Providers.ProviderRuntime |
Providers.ProviderRuntime.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Providers.ProviderRuntime[] |
Providers.ProviderRuntime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.Class<?>,Providers.ProviderRuntime> |
Providers.getExternalProviderInterfaces() |
private static java.util.Map<java.lang.Class<?>,Providers.ProviderRuntime> |
Providers.getJaxRsProviderInterfaces() |