public class HexadecimalIntegerConverter extends XmlAdapter<String,Integer>
| Constructor and Description |
|---|
HexadecimalIntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Integer integer) |
Integer |
unmarshal(String input) |
public HexadecimalIntegerConverter()
Copyright © 2014. All Rights Reserved.