Class KidXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,T>
-
- no.digipost.api.useragreements.client.xml.JustAValueXmlAdapter<Kid>
-
- no.digipost.api.useragreements.client.xml.KidXmlAdapter
-
public class KidXmlAdapter extends JustAValueXmlAdapter<Kid>
-
-
Constructor Summary
Constructors Constructor Description KidXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Kidunmarshal(String value)-
Methods inherited from class no.digipost.api.useragreements.client.xml.JustAValueXmlAdapter
marshal
-
-
-
-
Method Detail
-
unmarshal
public Kid unmarshal(String value)
- Specified by:
unmarshalin classJustAValueXmlAdapter<Kid>
-
-