Class OptionalNillableLong.VoidLongAdapter

  • Enclosing class:
    OptionalNillableLong

    public static class OptionalNillableLong.VoidLongAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Long,​java.lang.Long>
    • Constructor Summary

      Constructors 
      Constructor Description
      VoidLongAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long marshal​(java.lang.Long v)  
      java.lang.Long unmarshal​(java.lang.Long v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VoidLongAdapter

        public VoidLongAdapter()
    • Method Detail

      • marshal

        public java.lang.Long marshal​(java.lang.Long v)
                               throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Long,​java.lang.Long>
        Throws:
        java.lang.Exception
      • unmarshal

        public java.lang.Long unmarshal​(java.lang.Long v)
                                 throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Long,​java.lang.Long>
        Throws:
        java.lang.Exception