Uses of Class
com.fasterxml.jackson.jakarta.rs.cfg.JakartaRSFeature
-
Packages that use JakartaRSFeature Package Description com.fasterxml.jackson.jakarta.rs.base com.fasterxml.jackson.jakarta.rs.cfg -
-
Uses of JakartaRSFeature in com.fasterxml.jackson.jakarta.rs.base
Methods in com.fasterxml.jackson.jakarta.rs.base with parameters of type JakartaRSFeature Modifier and Type Method Description THISProviderBase. configure(JakartaRSFeature feature, boolean state)THISProviderBase. disable(JakartaRSFeature feature)THISProviderBase. disable(JakartaRSFeature first, JakartaRSFeature... f2)THISProviderBase. enable(JakartaRSFeature feature)THISProviderBase. enable(JakartaRSFeature first, JakartaRSFeature... f2)booleanProviderBase. isEnabled(JakartaRSFeature f) -
Uses of JakartaRSFeature in com.fasterxml.jackson.jakarta.rs.cfg
Methods in com.fasterxml.jackson.jakarta.rs.cfg that return JakartaRSFeature Modifier and Type Method Description static JakartaRSFeatureJakartaRSFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static JakartaRSFeature[]JakartaRSFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-