Package | Description |
---|---|
org.glassfish.jersey.jackson |
Jersey classes supporting JSON media type processing based on Jackson.
|
org.glassfish.jersey.jackson.internal | |
org.glassfish.jersey.jackson.internal.jackson.jaxrs.base | |
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.ObjectMapper |
JaxRSFeatureObjectMapper.configure(JaxRSFeature f,
boolean state)
Method for changing state of an on/off
JaxRSFeature
features. |
com.fasterxml.jackson.databind.ObjectMapper |
JaxRSFeatureObjectMapper.disable(JaxRSFeature... features)
Method for disabling specified
JaxRSFeature s
for parser instances this object mapper creates. |
com.fasterxml.jackson.databind.ObjectMapper |
JaxRSFeatureObjectMapper.enable(JaxRSFeature... features)
Method for enabling specified
JaxRSFeature s
for parser instances this object mapper creates. |
JacksonFeature |
JacksonFeature.jaxrsFeature(JaxRSFeature feature,
boolean state)
Register
JaxRSFeature with the Jackson providers. |
Modifier and Type | Method and Description |
---|---|
T |
JaxrsFeatureBag.jaxrsFeature(JaxRSFeature feature,
boolean state) |
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.