Package com.devebot.opflow.supports
Class OpflowObjectTree.Builder<V>
java.lang.Object
com.devebot.opflow.supports.OpflowObjectTree.Builder<V>
- Enclosing class:
- OpflowObjectTree
public static class OpflowObjectTree.Builder<V> extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description OpflowObjectTree.Builderadd(Map<String,V> source)Objectget(String key)OpflowObjectTree.Builderput(String key, V value)OpflowObjectTree.Builderput(String key, V value, boolean when)Map<String,V>toMap()StringtoString()StringtoString(boolean pretty)