static Activation |
Activation.copyOf(java.util.Map<java.lang.String,?> map) |
Creates a binder backed up by a map.
|
Activation |
Activation.extend(Activation activation) |
Extends this binder by another binder.
|
static Activation |
Activation.fromProto(Message message) |
Creates an Activation from a Message where each field in the message is exposed
as a top-level variable in the Activation.
|
static Activation |
Activation.fromProto(Message message,
CelOptions celOptions) |
Creates an Activation from a Message where each field in the message is exposed
as a top-level variable in the Activation.
|
static Activation |
Activation.of(java.lang.String name,
com.google.common.base.Supplier<?> supplier) |
Creates a binder which binds the given name to the supplier.
|
static Activation |
Activation.of(java.lang.String name,
java.lang.Object value) |
Creates a binder which binds the given name to the value.
|