Modifier and Type | Interface and Description |
---|---|
interface |
GeoPointBridgeBuilder<B> |
Modifier and Type | Class and Description |
---|---|
static class |
PropertyBridgeAnnotationBuilderReference.UndefinedImplementationType
Class used as a marker for the default value of the
PropertyBridgeAnnotationBuilderReference.type() attribute. |
static class |
RoutingKeyBridgeAnnotationBuilderReference.UndefinedImplementationType
Class used as a marker for the default value of the
RoutingKeyBridgeAnnotationBuilderReference.type() attribute. |
static class |
TypeBridgeAnnotationBuilderReference.UndefinedImplementationType
Class used as a marker for the default value of the
TypeBridgeAnnotationBuilderReference.type() attribute. |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationBridgeBuilder<B,A extends Annotation> |
Modifier and Type | Method and Description |
---|---|
void |
PojoMappingCollectorPropertyNode.bridge(BridgeBuilder<? extends PropertyBridge> builder) |
void |
PojoMappingCollectorTypeNode.bridge(BridgeBuilder<? extends TypeBridge> builder) |
void |
PojoMappingCollectorPropertyNode.identifierBridge(BridgeBuilder<? extends IdentifierBridge<?>> reference) |
void |
PojoMappingCollectorTypeNode.routingKeyBridge(BridgeBuilder<? extends RoutingKeyBridge> reference) |
void |
PojoMappingCollectorValueNode.valueBridge(BridgeBuilder<? extends ValueBridge<?,?>> builder,
String relativeFieldName,
FieldModelContributor fieldModelContributor) |
Modifier and Type | Class and Description |
---|---|
static class |
IdentifierBridgeBuilderBeanReference.UndefinedImplementationType
Class used as a marker for the default value of the
IdentifierBridgeBuilderBeanReference.type() attribute. |
static class |
ValueBridgeBuilderBeanReference.UndefinedImplementationType
Class used as a marker for the default value of the
ValueBridgeBuilderBeanReference.type() attribute. |
Modifier and Type | Method and Description |
---|---|
PropertyMappingContext |
PropertyMappingContext.bridge(BridgeBuilder<? extends PropertyBridge> builder) |
TypeMappingContext |
TypeMappingContext.bridge(BridgeBuilder<? extends TypeBridge> builder) |
PropertyDocumentIdMappingContext |
PropertyDocumentIdMappingContext.identifierBridge(BridgeBuilder<? extends IdentifierBridge<?>> builder) |
TypeMappingContext |
TypeMappingContext.routingKeyBridge(BridgeBuilder<? extends RoutingKeyBridge> builder) |
S |
PropertyFieldMappingContext.valueBridge(BridgeBuilder<? extends ValueBridge<?,?>> builder) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.