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