Class OptionalNillableDouble.VoidDoubleAdapter

  • Enclosing class:
    OptionalNillableDouble

    public static class OptionalNillableDouble.VoidDoubleAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Double,​java.lang.Double>
    Internal use only The Class VoidDoubleAdapter.
    • Method Summary

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

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

      • VoidDoubleAdapter

        public VoidDoubleAdapter()
    • Method Detail

      • marshal

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

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