所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler (implements org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler, org.springframework.beans.factory.InitializingBean)
      • org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
    • ai.yue.library.base.config.exception.AbstractExceptionHandler
    • ai.yue.library.webflux.config.api.version.ApiVersionRequestCondition (implements org.springframework.web.reactive.result.condition.RequestCondition<T>)
    • org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
      • org.springframework.web.reactive.handler.AbstractHandlerMapping (implements org.springframework.beans.factory.BeanNameAware, org.springframework.web.reactive.HandlerMapping, org.springframework.core.Ordered)
        • org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping<T> (implements org.springframework.beans.factory.InitializingBean)
          • org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
            • org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping (implements org.springframework.context.EmbeddedValueResolverAware)
    • org.springframework.web.reactive.result.HandlerResultHandlerSupport (implements org.springframework.core.Ordered)
      • org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler
        • org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler (implements org.springframework.web.reactive.HandlerResultHandler)
    • ai.yue.library.webflux.config.exception.ResultErrorAutoConfig
    • ai.yue.library.webflux.config.WebFluxAutoConfig
    • ai.yue.library.webflux.env.WebFluxEnv (implements ai.yue.library.base.webenv.WebEnv)
    • ai.yue.library.webflux.config.WebFluxRegistrationsConfig (implements org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations)