Class JSONBJsonFormatRESTEasyTracingInfo
- java.lang.Object
-
- org.jboss.resteasy.tracing.api.RESTEasyTracingInfo
-
- org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
-
- org.jboss.resteasy.tracing.providers.jsonb.JSONBJsonFormatRESTEasyTracingInfo
-
public class JSONBJsonFormatRESTEasyTracingInfo extends org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
-
-
Constructor Summary
Constructors Constructor Description JSONBJsonFormatRESTEasyTracingInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getMessages()booleansupports(org.jboss.resteasy.tracing.api.RESTEasyTracingInfoFormat format)
-
-
-
Method Detail
-
getMessages
public String[] getMessages()
- Overrides:
getMessagesin classorg.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
-
supports
public boolean supports(org.jboss.resteasy.tracing.api.RESTEasyTracingInfoFormat format)
- Overrides:
supportsin classorg.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
-
-