Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
-
Packages that use JaxRSFeature 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 -
-
Uses of JaxRSFeature in org.glassfish.jersey.jackson
Methods in org.glassfish.jersey.jackson with parameters of type JaxRSFeature Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperJaxRSFeatureObjectMapper. configure(JaxRSFeature f, boolean state)Method for changing state of an on/offJaxRSFeaturefeatures.com.fasterxml.jackson.databind.ObjectMapperJaxRSFeatureObjectMapper. disable(JaxRSFeature... features)Method for disabling specifiedJaxRSFeatures for parser instances this object mapper creates.com.fasterxml.jackson.databind.ObjectMapperJaxRSFeatureObjectMapper. enable(JaxRSFeature... features)Method for enabling specifiedJaxRSFeatures for parser instances this object mapper creates.JacksonFeatureJacksonFeature. jaxrsFeature(JaxRSFeature feature, boolean state)RegisterJaxRSFeaturewith the Jackson providers. -
Uses of JaxRSFeature in org.glassfish.jersey.jackson.internal
Methods in org.glassfish.jersey.jackson.internal with parameters of type JaxRSFeature Modifier and Type Method Description TJaxrsFeatureBag. 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 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 org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Methods in org.glassfish.jersey.jackson.internal.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.
-