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