Class SalutationAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,User.Salutation>
-
- org.apache.openmeetings.db.bind.adapter.SalutationAdapter
-
public class SalutationAdapter extends XmlAdapter<String,User.Salutation>
-
-
Constructor Summary
Constructors Constructor Description SalutationAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(User.Salutation v)User.Salutationunmarshal(String v)
-
-
-
Method Detail
-
marshal
public String marshal(User.Salutation v) throws Exception
- Specified by:
marshalin classXmlAdapter<String,User.Salutation>- Throws:
Exception
-
unmarshal
public User.Salutation unmarshal(String v) throws Exception
- Specified by:
unmarshalin classXmlAdapter<String,User.Salutation>- Throws:
Exception
-
-