public static class CoercionConstants.BigDecimalCoercion extends Object
Constructor and Description |
---|
BigDecimalCoercion() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
postfixBind(BigInteger value) |
BigDecimal |
postfixBind(Double value) |
BigDecimal |
postfixBind(Float value) |
BigDecimal |
postfixBind(Integer value) |
BigDecimal |
postfixBind(Long value) |
BigDecimal |
postfixBind(String value) |
public BigDecimal postfixBind(String value)
public BigDecimal postfixBind(Integer value)
public BigDecimal postfixBind(Long value)
public BigDecimal postfixBind(Float value)
public BigDecimal postfixBind(Double value)
public BigDecimal postfixBind(BigInteger value)
Copyright © 2024. All rights reserved.