public class InterfaceLevelResourceAdapter extends XmlAdapter<InterfaceLevelResourceDTO,InterfaceLevelResource>
| Constructor and Description | 
|---|
InterfaceLevelResourceAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
InterfaceLevelResourceDTO | 
marshal(InterfaceLevelResource resource)  | 
InterfaceLevelResource | 
unmarshal(InterfaceLevelResourceDTO dto)  | 
public InterfaceLevelResource unmarshal(InterfaceLevelResourceDTO dto) throws Exception
unmarshal in class XmlAdapter<InterfaceLevelResourceDTO,InterfaceLevelResource>Exceptionpublic InterfaceLevelResourceDTO marshal(InterfaceLevelResource resource) throws Exception
marshal in class XmlAdapter<InterfaceLevelResourceDTO,InterfaceLevelResource>ExceptionCopyright © 2021. All rights reserved.