所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.aradin.easy.http.EasyBuilder
- cn.aradin.easy.http.EasyInvocation (implements java.lang.reflect.InvocationHandler)
- cn.aradin.easy.http.EasyRequest
- cn.aradin.easy.http.annotation.support.EncryptHolder
- cn.aradin.easy.http.support.HttpClientFactory
- cn.aradin.easy.http.support.JsonResponseHandler
- cn.aradin.easy.http.support.LocalHttpClient
- cn.aradin.easy.http.annotation.NoEncrypt (implements java.util.function.Function<T,
R>)
注释类型分层结构
- cn.aradin.easy.http.annotation.Controller (implements java.lang.annotation.Annotation)
- cn.aradin.easy.http.annotation.RequestBody (implements java.lang.annotation.Annotation)
- cn.aradin.easy.http.annotation.RequestHeader (implements java.lang.annotation.Annotation)
- cn.aradin.easy.http.annotation.RequestMapping (implements java.lang.annotation.Annotation)
- cn.aradin.easy.http.annotation.RequestParam (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.aradin.easy.http.support.RequestMethod
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)