public class SimpleTypeParserFactory extends Object
Constructor and Description |
---|
SimpleTypeParserFactory() |
Modifier and Type | Method and Description |
---|---|
static SimpleTypeParser |
getParser(Class clazz)
Returns a parsers for the String value using the given Java built-in class for parsing.
|
public static SimpleTypeParser getParser(Class clazz)
clazz
- is the class to parse the value to