Interface SpringDocPropertiesUtils


public interface SpringDocPropertiesUtils
The interface Spring doc properties utils.
Author:
bnasslahsen
  • Method Details

    • put

      static void put(String name, List<String> value, Map<String,Object> params)
      Put.
      Parameters:
      name - the name
      value - the value
      params - the params
    • put

      static void put(String name, Integer value, Map<String,Object> params)
      Put.
      Parameters:
      name - the name
      value - the value
      params - the params
    • put

      static void put(String name, Boolean value, Map<String,Object> params)
      Put.
      Parameters:
      name - the name
      value - the value
      params - the params
    • put

      static void put(String name, String value, Map<String,Object> params)
      Put.
      Parameters:
      name - the name
      value - the value
      params - the params
    • put

      static void put(String name, Map<String,String> value, Map<String,Object> params)
      Put.
      Parameters:
      name - the name
      value - the value
      params - the params