Package com.networknt.schema
Class ThreadInfo
- java.lang.Object
-
- com.networknt.schema.ThreadInfo
-
public class ThreadInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreadInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
computeIfAbsent(String key, Function<String,?> mappingFunction)
static Object
get(String key)
static void
remove(String key)
static void
set(String key, Object value)
-