net.sourceforge.cobertura.conversion.api.jaxb
Class AtomicLongAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Long,AtomicLong>
net.sourceforge.cobertura.conversion.api.jaxb.AtomicLongAdapter
public class AtomicLongAdapter
- extends XmlAdapter<Long,AtomicLong>
XML adapter for AtomicLong instances.
- Author:
- Lennart Jörelid, jGuru Europe AB
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomicLongAdapter
public AtomicLongAdapter()
unmarshal
public AtomicLong unmarshal(Long v)
throws Exception
-
- Specified by:
unmarshal in class XmlAdapter<Long,AtomicLong>
- Throws:
Exception
marshal
public Long marshal(AtomicLong v)
throws Exception
-
- Specified by:
marshal in class XmlAdapter<Long,AtomicLong>
- Throws:
Exception
Copyright © 2013–2015 Cobertura. All rights reserved.