Class ValidatorConfig.MapBuilder<T extends Map<K,V>,K,V>
java.lang.Object
io.openems.edge.core.appmanager.validator.ValidatorConfig.MapBuilder<T,K,V>
- Enclosing class:
- ValidatorConfig
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapBuilder
-
-
Method Details
-
put
Does the exact same likeMap.put(Object, Object)
.- Parameters:
key
- the keyvalue
- the value- Returns:
- this
-
build
-