Uses of Enum
com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
Packages that use JaxRSFeature
-
Uses of JaxRSFeature in com.fasterxml.jackson.jaxrs.base
Methods in com.fasterxml.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) booleanProviderBase.isEnabled(JaxRSFeature f) -
Uses of JaxRSFeature in com.fasterxml.jackson.jaxrs.cfg
Subclasses with type arguments of type JaxRSFeature in com.fasterxml.jackson.jaxrs.cfgModifier and TypeClassDescriptionenumEnumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.Methods in com.fasterxml.jackson.jaxrs.cfg that return JaxRSFeatureModifier and TypeMethodDescriptionstatic JaxRSFeatureReturns 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.