Class MVELExpr

java.lang.Object
io.nosqlbench.virtdata.library.basics.core.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

    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 Details

  • Method Details

    • compile

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