所有程序包的分层结构
程序包分层结构:- cn.jrack.springboot.jackson.config,
- cn.jrack.springboot.jackson.core.databind,
- cn.jrack.springboot.web.config,
- cn.jrack.springboot.web.core.annotation,
- cn.jrack.springboot.web.core.filter,
- cn.jrack.springboot.web.core.handler,
- cn.jrack.springboot.web.core.interceptor,
- cn.jrack.springboot.web.core.response,
- cn.jrack.springboot.web.core.response.module,
- cn.jrack.springboot.web.core.util
类分层结构
- java.lang.Object
- java.util.AbstractMap<K,
V> (implements java.util.Map<K, V>) - java.util.HashMap<K,
V> (implements java.lang.Cloneable, java.util.Map<K, V>, java.io.Serializable) - java.util.LinkedHashMap<K,
V> (implements java.util.Map<K, V>) - cn.jrack.springboot.web.core.response.Result<T> (implements java.io.Serializable)
- cn.jrack.springboot.web.core.response.module.ResultTable
- cn.jrack.springboot.web.core.response.Result<T> (implements java.io.Serializable)
- java.util.LinkedHashMap<K,
- java.util.HashMap<K,
- 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
- cn.jrack.springboot.web.core.filter.ApiRequestFilter
- cn.jrack.springboot.web.core.filter.CacheRequestBodyFilter
- cn.jrack.springboot.web.core.filter.DemoFilter
- cn.jrack.springboot.web.core.filter.XssFilter
- org.springframework.web.filter.OncePerRequestFilter
- 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)
- cn.jrack.springboot.jackson.core.databind.DateDeserializer
- cn.jrack.springboot.jackson.core.databind.LocalDateTimeDeserializer
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- cn.jrack.springboot.jackson.core.databind.DateSerializer
- cn.jrack.springboot.jackson.core.databind.LocalDateTimeSerializer
- cn.jrack.springboot.web.core.interceptor.RepeatSubmitInterceptor (implements org.springframework.web.servlet.HandlerInterceptor)
- cn.jrack.springboot.web.core.interceptor.SameUrlDataInterceptor
- 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.filter.CacheRequestBodyWrapper
- cn.jrack.springboot.web.core.filter.XssRequestWrapper
- javax.servlet.http.HttpServletRequestWrapper (implements javax.servlet.http.HttpServletRequest)
- cn.jrack.springboot.web.core.util.WebFrameworkUtils
- java.util.AbstractMap<K,
Annotation Interface Hierarchy
- cn.jrack.springboot.web.core.annotation.EnableJrackApplication (implements java.lang.annotation.Annotation)
- cn.jrack.springboot.web.core.annotation.RepeatSubmit (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.jrack.springboot.web.core.response.ResultCode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)