程序包org.springframework.boot.actuate.trace的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
      • org.springframework.web.filter.OncePerRequestFilter
        • org.springframework.boot.actuate.trace.WebRequestTraceFilter (implements org.springframework.core.Ordered)
    • org.springframework.boot.actuate.trace.InMemoryTraceRepository (implements org.springframework.boot.actuate.trace.TraceRepository)
    • org.springframework.boot.actuate.trace.Trace
    • org.springframework.boot.actuate.trace.TraceProperties

接口分层结构

枚举分层结构