Package org.springdoc.core
Interface SpringDocPropertiesUtils
-
public interface SpringDocPropertiesUtilsThe interface Spring doc properties utils.- Author:
- bnasslahsen
-
-
Method Summary
Static Methods Modifier and Type Method Description static voidput(String name, Boolean value, Map<String,Object> params)Put.static voidput(String name, Integer value, Map<String,Object> params)Put.static voidput(String name, String value, Map<String,Object> params)Put.static voidput(String name, List<String> value, Map<String,Object> params)Put.static voidput(String name, Map<String,String> value, Map<String,Object> params)Put.
-
-
-
Method Detail
-
put
static void put(String name, List<String> value, Map<String,Object> params)
Put.- Parameters:
name- the namevalue- the valueparams- the params
-
put
static void put(String name, Integer value, Map<String,Object> params)
Put.- Parameters:
name- the namevalue- the valueparams- the params
-
put
static void put(String name, Boolean value, Map<String,Object> params)
Put.- Parameters:
name- the namevalue- the valueparams- the params
-
put
static void put(String name, String value, Map<String,Object> params)
Put.- Parameters:
name- the namevalue- the valueparams- the params
-
-