package interpreter
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class BuiltinFunctions extends FunctionProvider
- class EvalContext extends Context
- class FeelInterpreter extends AnyRef
- case class ObjectContext(obj: Any) extends Context with Product with Serializable
A context that wraps the fields and methods of a given JVM object
A context that wraps the fields and methods of a given JVM object
- obj
the JVM object to be wrapped
Value Members
- object EvalContext
- object JavaClassMapper