Class OptionalNillableInteger.VoidIntegerAdapter

  • Enclosing class:
    OptionalNillableInteger

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

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

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

      • VoidIntegerAdapter

        public VoidIntegerAdapter()
    • Method Detail

      • marshal

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

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