Package | Description |
---|---|
org.glassfish.jersey.jackson.internal.jackson.jaxrs.base | |
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg |
Modifier and Type | Method and Description |
---|---|
THIS |
ProviderBase.configure(JaxRSFeature feature,
boolean state) |
THIS |
ProviderBase.disable(JaxRSFeature feature) |
THIS |
ProviderBase.disable(JaxRSFeature first,
JaxRSFeature... f2) |
THIS |
ProviderBase.disable(JaxRSFeature first,
JaxRSFeature... f2) |
THIS |
ProviderBase.enable(JaxRSFeature feature) |
THIS |
ProviderBase.enable(JaxRSFeature first,
JaxRSFeature... f2) |
THIS |
ProviderBase.enable(JaxRSFeature first,
JaxRSFeature... f2) |
boolean |
ProviderBase.isEnabled(JaxRSFeature f) |
Modifier and Type | Method and Description |
---|---|
static JaxRSFeature |
JaxRSFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxRSFeature[] |
JaxRSFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.