net.sourceforge.cobertura.conversion.api.jaxb
Class AtomicLongAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Long,AtomicLong>
      extended by 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

Constructor Summary
AtomicLongAdapter()
           
 
Method Summary
 Long marshal(AtomicLong v)
          
 AtomicLong unmarshal(Long v)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicLongAdapter

public AtomicLongAdapter()
Method Detail

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.