public class NumericAttributeAdapter extends XmlAdapter<NumericAttributeDTO,NumericAttribute>
| Constructor and Description | 
|---|
NumericAttributeAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
NumericAttributeDTO | 
marshal(NumericAttribute attribute)  | 
NumericAttribute | 
unmarshal(NumericAttributeDTO dto)  | 
public NumericAttribute unmarshal(NumericAttributeDTO dto) throws Exception
unmarshal in class XmlAdapter<NumericAttributeDTO,NumericAttribute>Exceptionpublic NumericAttributeDTO marshal(NumericAttribute attribute) throws Exception
marshal in class XmlAdapter<NumericAttributeDTO,NumericAttribute>ExceptionCopyright © 2021. All rights reserved.