Class JAXBMapAdapter.JAXBMapEntry

  • Enclosing class:
    JAXBMapAdapter

    public static class JAXBMapAdapter.JAXBMapEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JAXBMapEntry()  
      JAXBMapEntry​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

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

      • JAXBMapEntry

        public JAXBMapEntry​(java.lang.String key,
                            java.lang.String value)
      • JAXBMapEntry

        public JAXBMapEntry()
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.String getValue()