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>
Exception
public StringAttributeDTO marshal(StringAttribute attribute) throws Exception
marshal
in class XmlAdapter<StringAttributeDTO,StringAttribute>
Exception
Copyright © 2021. All rights reserved.