Class ArrayEventContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T get​(java.lang.Class<T> desiredType, int index)
      Extracts a parameter value and coerces or decodes it to the desired type.
      int getCount()
      Returns the number of parameter values that can be extracted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • get

        public <T> T get​(java.lang.Class<T> desiredType,
                         int index)
        Description copied from interface: EventContext
        Extracts a parameter value and coerces or decodes it to the desired type.
        Parameters:
        desiredType - the type of value required
        index - identifies which parameter value to extract
        Returns:
        the value extracted and converted or coerced
      • getCount

        public int getCount()
        Description copied from interface: EventContext
        Returns the number of parameter values that can be extracted.