public final class DoubleAdapter extends XmlAdapter<String,Double>
DoubleAdapter establishes XML data binding between Double
type and String.
This adapter is used to detect arithmetic overflow.
| Constructor and Description |
|---|
DoubleAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Double v)
Convert the given
Double instance into a string. |
Double |
unmarshal(String v)
Convert the given string into a
Double instance. |
Copyright © 2018 OpenDaylight. All rights reserved.