com.baidu.unbiz.fluentvalidator.registry.impl
类 SimpleRegistry
java.lang.Object
com.baidu.unbiz.fluentvalidator.registry.impl.SimpleRegistry
- 所有已实现的接口:
- Registry
public class SimpleRegistry
- extends Object
- implements Registry
Registry的一种简单实现,直接通过反射技术初始化一个Bean返回
- 作者:
- zhangxu
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRegistry
public SimpleRegistry()
findByType
public <T> List<T> findByType(Class<T> type)
- 从接口
Registry 复制的描述
- 查找Bean
- 指定者:
- 接口
Registry 中的 findByType
- 参数:
type - 类型
- 返回:
- 可找到的Bean的实例列表
Copyright © 2015–2016 neoremind. All rights reserved.