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 org.jboss.resteasy.tracing.api.providers.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    supports(org.jboss.resteasy.tracing.api.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jackson2JsonFormatRESTEasyTracingInfo

      public Jackson2JsonFormatRESTEasyTracingInfo()
  • Method Details

    • getMessages

      public String[] getMessages()
      Overrides:
      getMessages in class org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo
    • supports

      public boolean supports(org.jboss.resteasy.tracing.api.RESTEasyTracingInfoFormat format)
      Overrides:
      supports in class org.jboss.resteasy.tracing.api.providers.TextBasedRESTEasyTracingInfo