Uses of Class
com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
-
Packages that use JaxRSFeature Package Description com.fasterxml.jackson.jaxrs.base com.fasterxml.jackson.jaxrs.cfg -
-
Uses of JaxRSFeature in com.fasterxml.jackson.jaxrs.base
Methods in com.fasterxml.jackson.jaxrs.base with parameters of type JaxRSFeature Modifier and Type Method Description THISProviderBase. configure(JaxRSFeature feature, boolean state)THISProviderBase. disable(JaxRSFeature feature)THISProviderBase. disable(JaxRSFeature first, JaxRSFeature... f2)THISProviderBase. enable(JaxRSFeature feature)THISProviderBase. enable(JaxRSFeature first, JaxRSFeature... f2)booleanProviderBase. isEnabled(JaxRSFeature f) -
Uses of JaxRSFeature in com.fasterxml.jackson.jaxrs.cfg
Methods in com.fasterxml.jackson.jaxrs.cfg that return JaxRSFeature Modifier and Type Method Description static JaxRSFeatureJaxRSFeature. 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.
-