Class MapConverter

    • Constructor Detail

      • MapConverter

        public MapConverter​(Type genericType)
      • MapConverter

        public MapConverter​(Type genericType,
                            com.fasterxml.jackson.databind.ObjectMapper mapper)
    • Method Detail

      • fromString

        public Map fromString​(String value)
        Specified by:
        fromString in interface javax.ws.rs.ext.ParamConverter<Map>
      • toString

        public String toString​(Map value)
        Specified by:
        toString in interface javax.ws.rs.ext.ParamConverter<Map>