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