org.tridas.adapters
Class IntegerAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
org.tridas.adapters.IntegerAdapter
public class IntegerAdapter
- extends XmlAdapter<String,Integer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerAdapter
public IntegerAdapter()
marshal
public String marshal(Integer v)
throws Exception
- Specified by:
marshal
in class XmlAdapter<String,Integer>
- Throws:
Exception
unmarshal
public Integer unmarshal(String v)
throws Exception
- Specified by:
unmarshal
in class XmlAdapter<String,Integer>
- Throws:
Exception
Copyright © 2011 TRiDaS. All Rights Reserved.