Class BigDecimalArgumentCoercion


  • public class BigDecimalArgumentCoercion
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.javaparser.ast.expr.Expression coercedArgument​(java.lang.Class<?> argumentType, java.lang.Class<?> actualType, com.github.javaparser.ast.expr.Expression argument)  
      • Methods inherited from class java.lang.Object

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

      • BigDecimalArgumentCoercion

        public BigDecimalArgumentCoercion()
    • Method Detail

      • coercedArgument

        public com.github.javaparser.ast.expr.Expression coercedArgument​(java.lang.Class<?> argumentType,
                                                                         java.lang.Class<?> actualType,
                                                                         com.github.javaparser.ast.expr.Expression argument)