com.github.fedy2.weather.binding.adapter
Class WeekDayAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,WeekDay>
com.github.fedy2.weather.binding.adapter.WeekDayAdapter
public class WeekDayAdapter
- extends XmlAdapter<String,WeekDay>
- Author:
- "Federico De Faveri defaveri@gmail.com"
WeekDayAdapter
public WeekDayAdapter()
unmarshal
public WeekDay unmarshal(String v)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,WeekDay>
- Throws:
Exception
marshal
public String marshal(WeekDay v)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,WeekDay>
- Throws:
Exception
Copyright © 2013. All rights reserved.