Uses of Enum Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Packages that use JaxRSFeature
Package
Description
Jersey classes supporting JSON media type processing based on Jackson.
-
Uses of JaxRSFeature in org.glassfish.jersey.jackson
Methods in org.glassfish.jersey.jackson with parameters of type JaxRSFeatureModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
JaxRSFeatureObjectMapper.configure
(JaxRSFeature f, boolean state) Method for changing state of an on/offJaxRSFeature
features.com.fasterxml.jackson.databind.ObjectMapper
JaxRSFeatureObjectMapper.disable
(JaxRSFeature... features) Method for disabling specifiedJaxRSFeature
s for parser instances this object mapper creates.com.fasterxml.jackson.databind.ObjectMapper
JaxRSFeatureObjectMapper.enable
(JaxRSFeature... features) Method for enabling specifiedJaxRSFeature
s for parser instances this object mapper creates.JacksonFeature.jaxrsFeature
(JaxRSFeature feature, boolean state) RegisterJaxRSFeature
with the Jackson providers. -
Uses of JaxRSFeature in org.glassfish.jersey.jackson.internal
Methods in org.glassfish.jersey.jackson.internal with parameters of type JaxRSFeatureModifier and TypeMethodDescriptionJaxrsFeatureBag.jaxrsFeature
(JaxRSFeature feature, boolean state) -
Uses of JaxRSFeature in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base with parameters of type JaxRSFeatureModifier and TypeMethodDescriptionProviderBase.configure
(JaxRSFeature feature, boolean state) ProviderBase.disable
(JaxRSFeature feature) ProviderBase.disable
(JaxRSFeature first, JaxRSFeature... f2) ProviderBase.enable
(JaxRSFeature feature) ProviderBase.enable
(JaxRSFeature first, JaxRSFeature... f2) boolean
ProviderBase.isEnabled
(JaxRSFeature f) -
Uses of JaxRSFeature in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg that return JaxRSFeatureModifier and TypeMethodDescriptionstatic JaxRSFeature
Returns the enum constant of this class with the specified name.static JaxRSFeature[]
JaxRSFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.