| Package | Description |
|---|---|
| de.unknownreality.dataframe.common.parser |
| Modifier and Type | Method and Description |
|---|---|
static <T> Parser<T> |
ParserUtil.getParser(Class<T> cl)
Returns a parser for the input class
|
static <T> T |
ParserUtil.parse(Class<T> cl,
String x)
Parses a String into an Object of a defined type
|
Copyright © 2017. All rights reserved.