public class PercentRoundingAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.math.BigDecimal,java.math.BigDecimal>
Constructor and Description |
---|
PercentRoundingAdapter()
Instantiates a new percent rounding adapter.
|
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
marshal(java.math.BigDecimal value) |
java.math.BigDecimal |
unmarshal(java.math.BigDecimal p) |
public PercentRoundingAdapter()
Instantiates a new percent rounding adapter.
public java.math.BigDecimal marshal(java.math.BigDecimal value) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.math.BigDecimal,java.math.BigDecimal>
java.lang.Exception
public java.math.BigDecimal unmarshal(java.math.BigDecimal p) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<java.math.BigDecimal,java.math.BigDecimal>
java.lang.Exception
Copyright © 2014-2018 Konik.io. All Rights Reserved.