Interface MapParametersProvider

    • Method Detail

      • put

        void put​(@NotNull
                 String key,
                 @NotNull
                 String value)
      • putAll

        void putAll​(@NotNull
                    Map<String,​String> fromMap)
        Allows to add map of parameters into the backing map
        Parameters:
        fromMap - the map to copy parameters from