所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.xisoil.tool.HttpConnection
- cn.xisoil.HttpEntity
- cn.xisoil.config.HttpServiceScannerConfig (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- cn.xisoil.interceptors.MethodInterceptor (implements org.springframework.cglib.proxy.MethodInterceptor)
Annotation Interface Hierarchy
- cn.xisoil.annotation.Body (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Delete (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Get (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Header (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Http (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.HttpService (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Param (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Patch (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.PathParam (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Post (implements java.lang.annotation.Annotation)
- cn.xisoil.annotation.Put (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)