public static class ExprNodeUtility.MappedPropertyParseResult extends Object
Constructor and Description |
---|
MappedPropertyParseResult(String className,
String methodName,
String argString)
Returns the parse result of the mapped property.
|
Modifier and Type | Method and Description |
---|---|
String |
getArgString()
Returns the method argument.
|
String |
getClassName()
Returns class name.
|
String |
getMethodName()
Returns the method name.
|