Package org.openiam.common.graph.util
Class GraphUtils
- java.lang.Object
-
- org.openiam.common.graph.util.GraphUtils
-
public class GraphUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Date
getDate(Map<Object,Object> map, String variable)
static Date
getDate(Map<Object,Object> map, GraphVariables variable)
static String
getString(Map<Object,Object> map, Object variable)
static String
getString(Map<Object,Object> map, GraphVariables variable)
static <T> T
retry(Supplier<T> supplier)
-