org.gcube.accounting.datamodel.adapter
Class AdapterFilterRatingMap
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<MyFilterRatingMapType,Map<String,Double>>
org.gcube.accounting.datamodel.adapter.AdapterFilterRatingMap
public final class AdapterFilterRatingMap
- extends XmlAdapter<MyFilterRatingMapType,Map<String,Double>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdapterFilterRatingMap
public AdapterFilterRatingMap()
marshal
public MyFilterRatingMapType marshal(Map<String,Double> arg0)
throws Exception
- Specified by:
marshal in class XmlAdapter<MyFilterRatingMapType,Map<String,Double>>
- Throws:
Exception
unmarshal
public Map<String,Double> unmarshal(MyFilterRatingMapType arg0)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<MyFilterRatingMapType,Map<String,Double>>
- Throws:
Exception
Copyright © 2013. All Rights Reserved.