程序包tech.codingless.core.gateway.interceptor的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
    • tech.codingless.core.gateway.interceptor.GatewayInterceptor (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
    • tech.codingless.core.gateway.interceptor.MyApplicationRunner (implements org.springframework.boot.ApplicationRunner)
    • javax.servlet.ServletRequestWrapper (implements javax.servlet.ServletRequest)
    • tech.codingless.core.gateway.interceptor.WrapRequestFilter (implements javax.servlet.Filter)