Class DateTimeMethodModeStaticMethod

java.lang.Object
com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodModeStaticMethod
All Implemented Interfaces:
DateTimeMethodMode

public class DateTimeMethodModeStaticMethod extends Object implements DateTimeMethodMode
Provides information about the public static method that implements the logic for the date-time method.
  • Constructor Details

    • DateTimeMethodModeStaticMethod

      public DateTimeMethodModeStaticMethod(Class clazz, String methodName)
      Ctor.
      Parameters:
      clazz - class
      methodName - method
  • Method Details

    • getClazz

      public Class getClazz()
      Returns the class
      Returns:
      class
    • getMethodName

      public String getMethodName()
      Returns the method
      Returns:
      method