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