所有程序包的分层结构
程序包分层结构:- com.dtflys.forest.annotation,
- com.dtflys.forest.beans,
- com.dtflys.forest.config,
- com.dtflys.forest.file,
- com.dtflys.forest.http.body,
- com.dtflys.forest.interceptor,
- com.dtflys.forest.reflection,
- com.dtflys.forest.scanner,
- com.dtflys.forest.schema,
- com.dtflys.forest.spring,
- com.dtflys.forest.ssl,
- com.dtflys.forest.utils
类分层结构
- java.lang.Object
- org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider (implements org.springframework.core.env.EnvironmentCapable, org.springframework.context.ResourceLoaderAware)
- org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- com.dtflys.forest.scanner.ClassPathClientScanner
- org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- com.dtflys.forest.beans.ClientFactoryBean<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<T>)
- com.dtflys.forest.utils.ClientFactoryBeanUtils
- com.dtflys.forest.spring.ConverterBeanListener (implements org.springframework.context.ApplicationListener<E>)
- com.dtflys.forest.interceptor.DefaultInterceptorFactory (implements com.dtflys.forest.interceptor.InterceptorFactory)
- com.dtflys.forest.interceptor.SpringInterceptorFactory (implements org.springframework.context.ApplicationContextAware)
- com.dtflys.forest.reflection.DefaultObjectFactory (implements com.dtflys.forest.reflection.ForestObjectFactory)
- com.dtflys.forest.reflection.SpringForestObjectFactory (implements org.springframework.context.ApplicationContextAware)
- com.dtflys.forest.spring.ForestBeanProcessor (implements org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor)
- com.dtflys.forest.schema.ForestClientBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
- com.dtflys.forest.schema.ForestConfigurationBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
- com.dtflys.forest.multipart.ForestMultipart<T,
SELF> - com.dtflys.forest.file.SpringMultipartFile
- com.dtflys.forest.file.SpringResource
- com.dtflys.forest.config.ForestProperties
- com.dtflys.forest.config.SpringForestProperties (implements org.springframework.context.ApplicationContextAware)
- com.dtflys.forest.http.ForestRequestBody
- com.dtflys.forest.http.body.SpringMultipartRequestBody
- com.dtflys.forest.http.body.SpringResourceRequestBody
- com.dtflys.forest.schema.ForestScanBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
- org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
- com.dtflys.forest.schema.ForestNamespaceHandler
- com.dtflys.forest.http.body.RequestBodyBuilder<T,
B, D> - com.dtflys.forest.http.body.SpringMultipartRequestBodyBuilder
- com.dtflys.forest.http.body.SpringResourceRequestBodyBuilder
- com.dtflys.forest.spring.SpringVariableValue (implements com.dtflys.forest.reflection.ForestVariableValue)
- com.dtflys.forest.ssl.SSLKeyStore
- com.dtflys.forest.ssl.SpringSSLKeyStore
- org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider (implements org.springframework.core.env.EnvironmentCapable, org.springframework.context.ResourceLoaderAware)
注释类型分层结构
- com.dtflys.forest.annotation.BindingVar (implements java.lang.annotation.Annotation)