public class NoOptionParse<T> extends Object implements Parse<T>
NoOptionParse(Class<T> type)
Class<T>
getType()
static <T> NoOptionParse<T>
toType(Class<T> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NoOptionParse(Class<T> type)
public Class<T> getType()
getType
Parse<T>
public static <T> NoOptionParse<T> toType(Class<T> type)