public interface BindingsBuilder
Bindings| Modifier and Type | Method and Description |
|---|---|
BindingsBuilder |
apply(Consumer<Bindings> action)
Applies an action to this builder
|
Bindings |
build()
Returns the modified
Bindings instance |
BindingsBuilder |
put(String name,
Object object)
Adds a binding to the builder
|
static BindingsBuilder |
wrap(Bindings bindings)
Creates a new
BindingsBuilder |
static BindingsBuilder wrap(Bindings bindings)
BindingsBuilderbindings - the bindings to apply toBindingsBuilder put(String name, Object object)
name - the name of the bindingobject - the value of the bindingBindingsBuilder apply(Consumer<Bindings> action)
action - the action to applyCopyright © 2018. All rights reserved.