Class MVELExpr


  • public class MVELExpr
    extends java.lang.Object
    Utility class for creating pre-compiled MVEL expressions with a typed and named context variable.
    • Constructor Summary

      Constructors 
      Constructor Description
      MVELExpr()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.Serializable compile​(java.lang.Class<?> inputClass, java.lang.String inputName, java.lang.String expr)  
      • Methods inherited from class java.lang.Object

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

      • MVELExpr

        public MVELExpr()
    • Method Detail

      • compile

        public static java.io.Serializable compile​(java.lang.Class<?> inputClass,
                                                   java.lang.String inputName,
                                                   java.lang.String expr)