Uses of Enum Class
org.jboss.resteasy.tracing.api.RESTEasyTracingInfoFormat
Packages that use RESTEasyTracingInfoFormat
Package
Description
-
Uses of RESTEasyTracingInfoFormat in org.jboss.resteasy.tracing.api
Methods in org.jboss.resteasy.tracing.api that return RESTEasyTracingInfoFormatModifier and TypeMethodDescriptionstatic RESTEasyTracingInfoFormatReturns the enum constant of this class with the specified name.static RESTEasyTracingInfoFormat[]RESTEasyTracingInfoFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.resteasy.tracing.api with parameters of type RESTEasyTracingInfoFormatModifier and TypeMethodDescriptionabstract booleanRESTEasyTracingInfo.supports(RESTEasyTracingInfoFormat format) -
Uses of RESTEasyTracingInfoFormat in org.jboss.resteasy.tracing.api.providers
Methods in org.jboss.resteasy.tracing.api.providers with parameters of type RESTEasyTracingInfoFormatModifier and TypeMethodDescriptionbooleanTextBasedRESTEasyTracingInfo.supports(RESTEasyTracingInfoFormat format) -
Uses of RESTEasyTracingInfoFormat in org.jboss.resteasy.tracing.providers.jackson2
Methods in org.jboss.resteasy.tracing.providers.jackson2 with parameters of type RESTEasyTracingInfoFormatModifier and TypeMethodDescriptionbooleanJackson2JsonFormatRESTEasyTracingInfo.supports(RESTEasyTracingInfoFormat format)