程序包com.easycode8.fastapi.core的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
      • org.springframework.web.context.support.WebApplicationObjectSupport (implements org.springframework.web.context.ServletContextAware)
        • org.springframework.web.servlet.handler.AbstractHandlerMapping (implements org.springframework.beans.factory.BeanNameAware, org.springframework.web.servlet.HandlerMapping, org.springframework.core.Ordered)
          • org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<T> (implements org.springframework.beans.factory.InitializingBean)
            • org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
    • com.easycode8.fastapi.core.ServiceMethodArgumentResolver (implements org.springframework.web.method.support.HandlerMethodArgumentResolver)
    • com.easycode8.fastapi.core.ServiceMethodReturnValueHandler (implements org.springframework.web.method.support.HandlerMethodReturnValueHandler)