org.test4j.datafilling.filler
类 PrimitiveFiller

java.lang.Object
  继承者 org.test4j.datafilling.Filler
      继承者 org.test4j.datafilling.filler.PrimitiveFiller
直接已知子类:
BooleanFiller, ByteFiller, CharacterFiller, DoubleFiller, FloatFiller, IntegerFiller, LongFiller, ShortFiller

public class PrimitiveFiller
extends Filler


字段摘要
 
从类 org.test4j.datafilling.Filler 继承的字段
argsTypeMap, strategy
 
构造方法摘要
PrimitiveFiller(DataFactory strategy)
           
 
方法摘要
<T> T
fillingPrimitive(AttributeInfo attribute)
          It resolves and returns the primitive value depending on the type
protected  Object fillWith(AttributeInfo attribute)
           
 
从类 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
 

构造方法详细信息

PrimitiveFiller

public PrimitiveFiller(DataFactory strategy)
方法详细信息

fillingPrimitive

public <T> T fillingPrimitive(AttributeInfo attribute)
It resolves and returns the primitive value depending on the type

参数:
primitiveClass - The primitive type class
attributeMetadata -
返回:
the primitive value depending on the type

fillWith

protected Object fillWith(AttributeInfo attribute)


Copyright © 2013. All rights reserved.