Uses of Enum Class
tools.jackson.jakarta.rs.cfg.JakartaRSFeature
Packages that use JakartaRSFeature
-
Uses of JakartaRSFeature in tools.jackson.jakarta.rs.base
Methods in tools.jackson.jakarta.rs.base with parameters of type JakartaRSFeatureModifier and TypeMethodDescriptionProviderBase.configure(JakartaRSFeature feature, boolean state) ProviderBase.disable(JakartaRSFeature feature) ProviderBase.disable(JakartaRSFeature first, JakartaRSFeature... f2) ProviderBase.enable(JakartaRSFeature feature) ProviderBase.enable(JakartaRSFeature first, JakartaRSFeature... f2) booleanProviderBase.isEnabled(JakartaRSFeature f) -
Uses of JakartaRSFeature in tools.jackson.jakarta.rs.cfg
Methods in tools.jackson.jakarta.rs.cfg that return JakartaRSFeatureModifier and TypeMethodDescriptionstatic JakartaRSFeatureReturns the enum constant of this class with the specified name.static JakartaRSFeature[]JakartaRSFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.