org.test4j.datafilling.filler.pojo
类 SetterMethodFiller

java.lang.Object
  继承者 org.test4j.datafilling.Filler
      继承者 org.test4j.datafilling.filler.PoJoFiller
          继承者 org.test4j.datafilling.filler.pojo.SetterMethodFiller

public class SetterMethodFiller
extends PoJoFiller


字段摘要
 
从类 org.test4j.datafilling.Filler 继承的字段
argsTypeMap, strategy
 
构造方法摘要
SetterMethodFiller(DataFactory strategy, Map<String,Type> argsTypeMap)
           
 
方法摘要
<T> T
fillingWithSetter(AttributeInfo pojoAttr, int depth)
           
 
从类 org.test4j.datafilling.filler.PoJoFiller 继承的方法
fillingPoJo, fillingWithConstructorsOrFactory
 
从类 org.test4j.datafilling.Filler 继承的方法
filling, filling, filling, filling, filling, fillingAttribute, returnAttributeDataStrategyValue
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SetterMethodFiller

public SetterMethodFiller(DataFactory strategy,
                          Map<String,Type> argsTypeMap)
方法详细信息

fillingWithSetter

public <T> T fillingWithSetter(AttributeInfo pojoAttr,
                               int depth)
                    throws PoJoFillException
抛出:
PoJoFillException


Copyright © 2013. All rights reserved.