1 Star 0 Fork 156

chendeyuan / Spring-Analysis

forked from huifer / Code-Analysis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Readme.md 1.70 KB
一键复制 编辑 原始数据 按行查看 历史

Spring propertyEditor 阅读路线

• 本节主要围绕属性编辑器做展开. 其涉及到的类

  1. org.springframework.beans.PropertyEditorRegistrar
  2. org.springframework.beans.PropertyEditorRegistry
  3. org.springframework.beans.support.ResourceEditorRegistrar
  4. org.springframework.beans.PropertyEditorRegistrySupport
  5. 其他

阅读路线

org.springframework.beans.PropertyEditorRegistry 作为第一个入口. 紧接着了解它的实现类org.springframework.beans.PropertyEditorRegistrySupport 在上述类了解后关注 org.springframework.beans.PropertyEditorRegistrar 并且了解其实现类 org.springframework.beans.support.ResourceEditorRegistrar

相关文档

Java
1
https://gitee.com/chendeyuan/spring-analysis.git
git@gitee.com:chendeyuan/spring-analysis.git
chendeyuan
spring-analysis
Spring-Analysis
master

搜索帮助