Class BigDecimalManufacturer

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

    public class BigDecimalManufacturer
    extends uk.co.jemos.podam.typeManufacturers.AbstractTypeManufacturer<java.math.BigDecimal>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Integer MAXIMAL_SCALE  
      static java.lang.Integer MINIMAL_SCALE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal 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
    • Field Detail

      • MINIMAL_SCALE

        public static final java.lang.Integer MINIMAL_SCALE
      • MAXIMAL_SCALE

        public static final java.lang.Integer MAXIMAL_SCALE
    • Constructor Detail

      • BigDecimalManufacturer

        public BigDecimalManufacturer()
    • Method Detail

      • getType

        public java.math.BigDecimal 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)