Class MappedPropertyParseResult

java.lang.Object
com.espertech.esper.common.internal.event.property.MappedPropertyParseResult

public class MappedPropertyParseResult extends Object
Encapsulates the parse result parsing a mapped property as a class and method name with args.
  • Constructor Details

    • MappedPropertyParseResult

      public MappedPropertyParseResult(String className, String methodName, String argString)
      Returns the parse result of the mapped property.
      Parameters:
      className - is the class name, or null if there isn't one
      methodName - is the method name
      argString - is the argument
  • Method Details

    • getClassName

      public String getClassName()
      Returns class name.
      Returns:
      name of class
    • getMethodName

      public String getMethodName()
      Returns the method name.
      Returns:
      method name
    • getArgString

      public String getArgString()
      Returns the method argument.
      Returns:
      arg