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