Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.JaxRSFeature
-
Packages that use JaxRSFeature Package Description org.glassfish.jersey.jackson.internal.jackson.jaxrs.base org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg -
-
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 THIS
ProviderBase. configure(JaxRSFeature feature, boolean state)
THIS
ProviderBase. disable(JaxRSFeature feature)
THIS
ProviderBase. disable(JaxRSFeature first, JaxRSFeature... f2)
THIS
ProviderBase. enable(JaxRSFeature feature)
THIS
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 JaxRSFeature Modifier and Type Method Description static JaxRSFeature
JaxRSFeature. valueOf(java.lang.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.
-