Class XelELMapper


  • public class XelELMapper
    extends FunctionMapper
    An ZEL function mapper that is based on a XEL function mapper.
    Since:
    6.0.0
    Author:
    henrichen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method resolveFunction​(java.lang.String prefix, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • resolveFunction

        public java.lang.reflect.Method resolveFunction​(java.lang.String prefix,
                                                        java.lang.String name)
        Specified by:
        resolveFunction in class FunctionMapper