| Modifier and Type | Method and Description |
|---|---|
default boolean |
ValueBridge.isCompatibleWith(ValueBridge<?,?> other) |
| Modifier and Type | Method and Description |
|---|---|
<V2,F> void |
ValueBindingContext.setBridge(Class<V2> expectedValueType,
ValueBridge<V2,F> bridge)
Sets the bridge implementing the value/index binding.
|
<V2,F> void |
ValueBindingContext.setBridge(Class<V2> expectedValueType,
ValueBridge<V2,F> bridge,
IndexFieldTypeOptionsStep<?,F> fieldTypeOptionsStep)
Sets the bridge implementing the value/index binding.
|
| Modifier and Type | Method and Description |
|---|---|
<V2,F> void |
ValueBindingContext.setBridge(Class<V2> expectedValueType,
BeanHolder<? extends ValueBridge<V2,F>> bridgeHolder,
IndexFieldTypeOptionsStep<?,F> fieldTypeOptionsStep)
Sets the bridge implementing the value/index binding.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueBridgeRef.UndefinedBridgeImplementationType
Class used as a marker for the default value of the
ValueBridgeRef.type() attribute. |
| Modifier and Type | Method and Description |
|---|---|
default S |
PropertyMappingFieldOptionsStep.valueBridge(ValueBridge<?,?> bridgeInstance) |
| Modifier and Type | Method and Description |
|---|---|
S |
PropertyMappingFieldOptionsStep.valueBridge(BeanReference<? extends ValueBridge<?,?>> bridgeReference) |
S |
PropertyMappingFieldOptionsStep.valueBridge(Class<? extends ValueBridge<?,?>> bridgeClass) |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.