public interface SimpleTypeParser
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegen(CodegenExpression input) |
Object |
parse(String text)
Parses the text and returns an object value.
|
Object parse(String text)
text
- to parseCodegenExpression codegen(CodegenExpression input)