public class IntegerAdapter extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
| Constructor and Description |
|---|
IntegerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Integer value) |
Integer |
unmarshal(String value) |
Copyright © 2022. All rights reserved.