Class ValueBridgeToIndexedValueContextImpl
java.lang.Object
org.hibernate.search.mapper.pojo.bridge.runtime.impl.ValueBridgeToIndexedValueContextImpl
- All Implemented Interfaces:
ValueBridgeToIndexedValueContext
public class ValueBridgeToIndexedValueContextImpl
extends Object
implements ValueBridgeToIndexedValueContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Textension(ValueBridgeToIndexedValueContextExtension<T> extension) Extend the current context with the given extension, resulting in an extended context offering more options.
-
Constructor Details
-
ValueBridgeToIndexedValueContextImpl
-
-
Method Details
-
extension
Description copied from interface:ValueBridgeToIndexedValueContextExtend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extensionin interfaceValueBridgeToIndexedValueContext- Type Parameters:
T- The type of context provided by the extension.- Parameters:
extension- The extension to apply.- Returns:
- The extended context.
-