所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.codingapi.springboot.fast.registrar.DataFastBeanDefinitionRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- com.codingapi.springboot.fast.DataFastConfiguration
- com.codingapi.springboot.fast.executor.JpaExecutor
- com.codingapi.springboot.fast.executor.JpaQuery
- com.codingapi.springboot.fast.mapping.MvcEndpointMapping
- com.codingapi.springboot.fast.registrar.MvcMappingRegistrar
- com.codingapi.springboot.fast.executor.MvcMethodProxy (implements java.lang.reflect.InvocationHandler)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.codingapi.springboot.fast.exception.FastMappingErrorException
- java.lang.Exception
注释类型分层结构
- com.codingapi.springboot.fast.annotation.FastController (implements java.lang.annotation.Annotation)
- com.codingapi.springboot.fast.annotation.FastMapping (implements java.lang.annotation.Annotation)