public interface TypeBindingContext extends BindingContext
TypeBinder.bind(TypeBindingContext) method.| Modifier and Type | Method and Description |
|---|---|
PojoModelType |
getBridgedElement() |
PojoTypeIndexingDependencyConfigurationContext |
getDependencies() |
IndexSchemaElement |
getIndexSchemaElement() |
IndexFieldTypeFactory |
getTypeFactory() |
void |
setBridge(BeanHolder<? extends TypeBridge> bridgeHolder)
Sets the bridge implementing the type/index binding.
|
void |
setBridge(TypeBridge bridge)
Sets the bridge implementing the type/index binding.
|
getBeanResolvervoid setBridge(TypeBridge bridge)
bridge - The bridge to use at runtime to convert between the type and the index field value.void setBridge(BeanHolder<? extends TypeBridge> bridgeHolder)
bridgeHolder - A BeanHolder containing
the bridge to use at runtime to convert between the type and the index field value.
Use BeanHolder.of(Object) if you don't need any particular closing behavior.@Incubating PojoModelType getBridgedElement()
PojoTypeIndexingDependencyConfigurationContext getDependencies()
IndexFieldTypeFactory getTypeFactory()
IndexSchemaElement getIndexSchemaElement()
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.