Class AnnotationHashMap


  • public class AnnotationHashMap
    extends java.lang.Object
    JAXB can not handle java.util.Map, which is an interface. Use this map instead for webservice.
    • Constructor Detail

      • AnnotationHashMap

        public AnnotationHashMap()
      • AnnotationHashMap

        public AnnotationHashMap​(java.util.Map<java.lang.String,​java.lang.String> map)
        Instantiates a new AnnotationHashMap.
        Parameters:
        map - a map of type String, String
    • Method Detail

      • convertToMap

        public java.util.Map<java.lang.String,​java.lang.String> convertToMap()
        Returns a regular generic map of type String, String.
        Returns:
        a map of type String, String