public interface ValueBinder
This binder takes advantage of provided metadata
to pick, configure and create a ValueBridge.
ValueBridge| Modifier and Type | Method and Description |
|---|---|
void |
bind(ValueBindingContext<?> context)
Binds a value to an index field.
|
void bind(ValueBindingContext<?> context)
The context passed in parameter provides various information about the value being bound.
Implementations are expected to take advantage of that information
and to call one of the setBridge(...) methods on the context
to set the bridge.
context - A context object providing information about the value being bound,
and expecting a call to one of its setBridge(...) methods.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.