com.github.fedy2.weather.binding.adapter
Class IntegerAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
com.github.fedy2.weather.binding.adapter.IntegerAdapter
public class IntegerAdapter
- extends XmlAdapter<String,Integer>
- Author:
- "Federico De Faveri defaveri@gmail.com"
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 © 2013. All rights reserved.