Uses of Enum
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
Packages that use JaxRSFeature
Package
Description
-
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 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.