Modifier and Type | Interface and Description |
---|---|
interface |
GeoPointBridgeBuilder<B> |
Modifier and Type | Class and Description |
---|---|
static class |
PropertyBridgeRef.UndefinedBuilderImplementationType
Class used as a marker for the default value of the
PropertyBridgeRef.builderType() attribute. |
static class |
RoutingKeyBridgeRef.UndefinedBuilderImplementationType
Class used as a marker for the default value of the
RoutingKeyBridgeRef.builderType() attribute. |
static class |
TypeBridgeRef.UndefinedBuilderImplementationType
Class used as a marker for the default value of the
TypeBridgeRef.builderType() 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 |
IdentifierBridgeRef.UndefinedBuilderImplementationType
Class used as a marker for the default value of the
IdentifierBridgeRef.builderType() attribute. |
static class |
ValueBridgeRef.UndefinedBuilderImplementationType
Class used as a marker for the default value of the
ValueBridgeRef.builderType() 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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.