Class Adapter1
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,KeyUsageBit>
eu.europa.esig.trustedlist.jaxb.ecc.Adapter1
public class Adapter1 extends XmlAdapter<String,KeyUsageBit>
-
Constructor Summary
Constructors Constructor Description Adapter1()
-
Method Summary
Modifier and Type Method Description String
marshal(KeyUsageBit value)
KeyUsageBit
unmarshal(String value)
-
Constructor Details
-
Adapter1
public Adapter1()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<String,KeyUsageBit>
-
marshal
- Specified by:
marshal
in classXmlAdapter<String,KeyUsageBit>
-