@Override
protected Class<?> getBeanClass(Element element) {
return PropertyPathFactoryBean.class;
}
java类org.springframework.beans.factory.config.PropertyPathFactoryBean的实例源码
UtilNamespaceHandler.java 文件源码
项目:lams
阅读 31
收藏 0
点赞 0
评论 0
UtilNamespaceHandler.java 文件源码
项目:spring4-understanding
阅读 23
收藏 0
点赞 0
评论 0
@Override
protected Class<?> getBeanClass(Element element) {
return PropertyPathFactoryBean.class;
}
UtilNamespaceHandler.java 文件源码
项目:spring
阅读 23
收藏 0
点赞 0
评论 0
@Override
protected Class<?> getBeanClass(Element element) {
return PropertyPathFactoryBean.class;
}
UtilNamespaceHandler.java 文件源码
项目:class-guard
阅读 21
收藏 0
点赞 0
评论 0
@Override
protected Class getBeanClass(Element element) {
return PropertyPathFactoryBean.class;
}