public class ConfigParser
extends Object
-
Method Summary
static <T> T
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
parse
public static <T> T parse(String config,
Class<T> type)
-
parse
public static <T> T parse(String config,
Type type)