类分层结构

  • java.lang.Object
    • java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
    • 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)
    • cn.jrack.springboot.web.core.handler.GlobalExceptionHandler
    • cn.jrack.springboot.web.core.handler.GlobalResponseBodyHandler (implements org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
    • cn.jrack.springboot.jackson.config.JrackJacksonAutoConfiguration
    • cn.jrack.springboot.web.config.JrackWebAutoConfiguration (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
    • cn.jrack.springboot.web.config.JrackWebProperties
    • cn.jrack.springboot.web.config.JrackWebProperties.Api
    • cn.jrack.springboot.web.config.JrackWebProperties.Ui
    • cn.jrack.springboot.web.config.JrackXssProperties
    • com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
    • com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
    • cn.jrack.springboot.web.core.interceptor.RepeatSubmitInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
    • cn.jrack.springboot.web.core.response.RestController
      • cn.jrack.springboot.web.core.response.Controller
    • cn.jrack.springboot.web.config.RestControllerResponseAdvice (implements org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
    • cn.jrack.springboot.web.core.response.ResultController
    • cn.jrack.springboot.web.core.response.module.ResultSelect (implements java.io.Serializable)
    • javax.servlet.ServletRequestWrapper (implements javax.servlet.ServletRequest)
      • javax.servlet.http.HttpServletRequestWrapper (implements javax.servlet.http.HttpServletRequest)
    • cn.jrack.springboot.web.core.util.WebFrameworkUtils

Annotation Interface Hierarchy

Enum Class Hierarchy