Class BigIntegerManufacturer

  • All Implemented Interfaces:
    uk.co.jemos.podam.typeManufacturers.TypeManufacturer<java.math.BigInteger>

    public class BigIntegerManufacturer
    extends uk.co.jemos.podam.typeManufacturers.AbstractTypeManufacturer<java.math.BigInteger>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getType​(uk.co.jemos.podam.api.DataProviderStrategy strategy, uk.co.jemos.podam.api.AttributeMetadata attributeMetadata, java.util.Map<java.lang.String,​java.lang.reflect.Type> genericTypesArgumentsMap)  
      • Methods inherited from class uk.co.jemos.podam.typeManufacturers.AbstractTypeManufacturer

        findElementOfType, getDouble, getInteger
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigIntegerManufacturer

        public BigIntegerManufacturer()
    • Method Detail

      • getType

        public java.math.BigInteger getType​(uk.co.jemos.podam.api.DataProviderStrategy strategy,
                                            uk.co.jemos.podam.api.AttributeMetadata attributeMetadata,
                                            java.util.Map<java.lang.String,​java.lang.reflect.Type> genericTypesArgumentsMap)