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

构造方法摘要
SimpleRegistry()
           
 
方法摘要
<T> List<T>
findByType(Class<T> type)
          查找Bean
 
从类 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.