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