| Modifier and Type | Method and Description |
|---|---|
default boolean |
IdentifierBridge.isCompatibleWith(IdentifierBridge<?> other) |
| Modifier and Type | Method and Description |
|---|---|
<I2> void |
IdentifierBindingContext.setBridge(Class<I2> expectedIdentifierType,
IdentifierBridge<I2> bridge)
Sets the bridge implementing the value/index binding.
|
| Modifier and Type | Method and Description |
|---|---|
<I2> void |
IdentifierBindingContext.setBridge(Class<I2> expectedIdentifierType,
BeanHolder<? extends IdentifierBridge<I2>> bridgeHolder)
Sets the bridge implementing the value/index binding.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentifierBridgeRef.UndefinedBridgeImplementationType
Class used as a marker for the default value of the
IdentifierBridgeRef.type() attribute. |
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingDocumentIdOptionsStep |
PropertyMappingDocumentIdOptionsStep.identifierBridge(BeanReference<? extends IdentifierBridge<?>> bridgeReference) |
PropertyMappingDocumentIdOptionsStep |
PropertyMappingDocumentIdOptionsStep.identifierBridge(Class<? extends IdentifierBridge<?>> bridgeClass) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.