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 THIS
ProviderBase. configure(JakartaRSFeature feature, boolean state)
THIS
ProviderBase. disable(JakartaRSFeature feature)
THIS
ProviderBase. disable(JakartaRSFeature first, JakartaRSFeature... f2)
THIS
ProviderBase. enable(JakartaRSFeature feature)
THIS
ProviderBase. enable(JakartaRSFeature first, JakartaRSFeature... f2)
boolean
ProviderBase. 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 JakartaRSFeature
JakartaRSFeature. 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.
-