Uses of Class
org.greenbytes.http.sfv.DecimalItem
-
-
Uses of DecimalItem in org.greenbytes.http.sfv
Methods in org.greenbytes.http.sfv that return DecimalItem Modifier and Type Method Description static DecimalItemDecimalItem. valueOf(long value)Creates aDecimalIteminstance representing the specifiedlongvalue, where the implied divisor is1000.static DecimalItemDecimalItem. valueOf(BigDecimal value)Creates aDecimalIteminstance representing the specifiedBigDecimalvalue, with potential rounding.DecimalItemDecimalItem. withParams(Parameters params)
-