Serialized Form
-
Package org.camunda.bpm.impl.juel
-
Class org.camunda.bpm.impl.juel.Bindings
class Bindings extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
converter
TypeConverter converter
-
variables
jakarta.el.ValueExpression[] variables
-
-
Class org.camunda.bpm.impl.juel.Builder
class Builder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
features
EnumSet<Builder.Feature> features
-
-
Class org.camunda.bpm.impl.juel.ObjectValueExpression
class ObjectValueExpression extends jakarta.el.ValueExpression implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
TypeConverter converter
-
object
Object object
-
type
Class<?> type
-
-
Exception org.camunda.bpm.impl.juel.Parser.ParseException
class ParseException extends Exception implements Serializable -
Exception org.camunda.bpm.impl.juel.Scanner.ScanException
class ScanException extends Exception implements Serializable -
Exception org.camunda.bpm.impl.juel.TreeBuilderException
class TreeBuilderException extends jakarta.el.ELException implements Serializable- serialVersionUID:
- 1L
-
Class org.camunda.bpm.impl.juel.TreeMethodExpression
class TreeMethodExpression extends jakarta.el.MethodExpression implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class org.camunda.bpm.impl.juel.TreeValueExpression
class TreeValueExpression extends jakarta.el.ValueExpression implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
bindings
Bindings bindings
-
builder
TreeBuilder builder
-
deferred
boolean deferred
-
expr
String expr
-
structure
String structure
-
type
Class<?> type
-
-
Class org.camunda.bpm.impl.juel.TypeConverterImpl
class TypeConverterImpl extends Object implements Serializable- serialVersionUID:
- 1L
-