io.leopard.autounit.inject
Class InjectImpl

java.lang.Object
  extended by io.leopard.autounit.inject.InjectImpl
All Implemented Interfaces:
Inject

public class InjectImpl
extends java.lang.Object
implements Inject


Constructor Summary
InjectImpl()
           
 
Method Summary
 boolean clean()
          清空数据.
 Inject inject(java.lang.Object bean, java.lang.reflect.Field field)
           
protected  java.util.List<Inject> listCustomRule()
          获取所有自定义规则
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectImpl

public InjectImpl()
Method Detail

inject

public Inject inject(java.lang.Object bean,
                     java.lang.reflect.Field field)
Specified by:
inject in interface Inject

listCustomRule

protected java.util.List<Inject> listCustomRule()
获取所有自定义规则

Returns:

clean

public boolean clean()
Description copied from interface: Inject
清空数据.

Specified by:
clean in interface Inject
Returns:


Copyright © 2014-2015. All Rights Reserved.