public interface IdentifierBinder
This binder takes advantage of provided metadata
to pick, configure and create a IdentifierBridge.
IdentifierBridge| Modifier and Type | Method and Description |
|---|---|
void |
bind(IdentifierBindingContext<?> context)
Binds a POJO property to a document identifier.
|
void bind(IdentifierBindingContext<?> context)
The context passed in parameter provides various information about the identifier 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 identifier being bound,
and expecting a call to one of its setBridge(...) methods.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.