public class SimpleTypeParserFactory extends Object
Constructor and Description |
---|
SimpleTypeParserFactory() |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
codegenSimpleParser(SimpleTypeParserSPI parser,
CodegenMethod method,
Class originator,
CodegenClassScope classScope) |
static SimpleTypeParserSPI |
getParser(Class clazz)
Returns a parsers for the String value using the given Java built-in class for parsing.
|
public static SimpleTypeParserSPI getParser(Class clazz)
clazz
- is the class to parse the value topublic static CodegenExpression codegenSimpleParser(SimpleTypeParserSPI parser, CodegenMethod method, Class originator, CodegenClassScope classScope)
Copyright © 2005–2022. All rights reserved.