Class Jackson2JsonFormatRESTEasyTracingInfo
- java.lang.Object
-
- org.jboss.resteasy.tracing.api.RESTEasyTracingInfo
-
- org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
-
- org.jboss.resteasy.tracing.providers.jackson2.Jackson2JsonFormatRESTEasyTracingInfo
-
public class Jackson2JsonFormatRESTEasyTracingInfo extends TextBasedRESTEasyTracingInfo
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
messageList
-
Fields inherited from class org.jboss.resteasy.tracing.api.RESTEasyTracingInfo
DEFAULT, INSTANCES
-
-
Constructor Summary
Constructors Constructor Description Jackson2JsonFormatRESTEasyTracingInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getMessages()booleansupports(RESTEasyTracingInfoFormat format)-
Methods inherited from class org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
formatDuration, formatDuration, formatPercent
-
Methods inherited from class org.jboss.resteasy.tracing.api.RESTEasyTracingInfo
addMessage, get, isEmpty, pop, size
-
-
-
-
Method Detail
-
getMessages
public String[] getMessages()
- Overrides:
getMessagesin classTextBasedRESTEasyTracingInfo
-
supports
public boolean supports(RESTEasyTracingInfoFormat format)
- Overrides:
supportsin classTextBasedRESTEasyTracingInfo
-
-