Package com.axelor.script
Class ELScriptHelper.Helpers
- java.lang.Object
-
- com.axelor.script.ELScriptHelper.Helpers
-
- Enclosing class:
- ELScriptHelper
public static final class ELScriptHelper.Helpers extends Object
-
-
Constructor Summary
Constructors Constructor Description Helpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
as(Object base, Object type)
static String
formatText(String format, Object... args)
static Class<?>
importClass(String name)
static Object
is(Object base, Object type)
static <T extends Model>
JpaRepository<T>repo(Class<T> model)
static String
text(Object value)
static Integer
toInt(Object value)
-
-
-
Method Detail
-
repo
public static <T extends Model> JpaRepository<T> repo(Class<T> model)
-
-