public interface TypeMappingContext
| Modifier and Type | Method and Description |
|---|---|
TypeMappingContext |
bridge(BeanReference bridgeReference) |
TypeMappingContext |
bridge(BridgeBuilder<? extends TypeBridge> builder) |
TypeMappingContext |
bridge(Class<? extends TypeBridge> bridgeClass) |
TypeMappingContext |
indexed() |
TypeMappingContext |
indexed(String indexName) |
PropertyMappingContext |
property(String propertyName) |
TypeMappingContext |
routingKeyBridge(BeanReference bridgeReference) |
TypeMappingContext |
routingKeyBridge(BridgeBuilder<? extends RoutingKeyBridge> builder) |
TypeMappingContext |
routingKeyBridge(Class<? extends RoutingKeyBridge> bridgeClass) |
TypeMappingContext indexed()
TypeMappingContext indexed(String indexName)
TypeMappingContext routingKeyBridge(Class<? extends RoutingKeyBridge> bridgeClass)
bridgeClass - The class of the bridge to use.this, for method chaining.TypeMappingContext routingKeyBridge(BeanReference bridgeReference)
bridgeReference - A BeanReference pointing to the bridge to use.
The bridge must implement RoutingKeyBridge.
See the static "ofXXX()" methods of BeanReference for details about the various type of references
(by name, by type, ...).this, for method chaining.TypeMappingContext routingKeyBridge(BridgeBuilder<? extends RoutingKeyBridge> builder)
builder - A bridge builder.this, for method chaining.TypeMappingContext bridge(Class<? extends TypeBridge> bridgeClass)
bridgeClass - The class of the bridge to use.this, for method chaining.TypeMappingContext bridge(BeanReference bridgeReference)
bridgeReference - A BeanReference pointing to the bridge to use.
The bridge must implement TypeBridge.
See the static "ofXXX()" methods of BeanReference for details about the various type of references
(by name, by type, ...).this, for method chaining.TypeMappingContext bridge(BridgeBuilder<? extends TypeBridge> builder)
builder - A bridge builder.this, for method chaining.PropertyMappingContext property(String propertyName)
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.