Class PropertyParserNoDep
java.lang.Object
com.espertech.esper.common.internal.event.propertyparser.PropertyParserNoDep
Parser similar in structure to:
http://cogitolearning.co.uk/docs/cogpar/files.html
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Property
parseAndWalkLaxToSimple
(String expression, boolean rootedDynamic) static MappedPropertyParseResult
parseMappedProperty
(String property) Parse the mapped property into classname, method and string argument.
-
Constructor Details
-
PropertyParserNoDep
public PropertyParserNoDep()
-
-
Method Details
-
parseAndWalkLaxToSimple
public static Property parseAndWalkLaxToSimple(String expression, boolean rootedDynamic) throws PropertyAccessException - Throws:
PropertyAccessException
-
parseMappedProperty
Parse the mapped property into classname, method and string argument. Mind this has been parsed already and is a valid mapped property.- Parameters:
property
- is the string property to be passed as a static method invocation- Returns:
- descriptor object
-