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