所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • net.guerlab.smart.platform.auth.autoconfig.AbstractAuthInterceptorAutoconfigure<A> (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
    • net.guerlab.smart.platform.auth.AbstractContextHandler
    • net.guerlab.smart.platform.auth.factory.AbstractTokenFactory<T,​P> (implements net.guerlab.smart.platform.auth.factory.TokenFactory<T>)
      • net.guerlab.smart.platform.auth.factory.AbstractJwtTokenFactory<T,​P>
    • net.guerlab.smart.platform.auth.properties.AuthProperties
    • org.springframework.web.servlet.handler.HandlerInterceptorAdapter (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
    • net.guerlab.smart.platform.auth.properties.TokenFactoryProperties