Class ToDocumentValueConvertContextImpl
java.lang.Object
org.hibernate.search.engine.backend.types.converter.runtime.spi.ToDocumentValueConvertContextImpl
- All Implemented Interfaces:
ToDocumentFieldValueConvertContext,ToDocumentValueConvertContext
public class ToDocumentValueConvertContextImpl
extends Object
implements ToDocumentValueConvertContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Textension(ToDocumentFieldValueConvertContextExtension<T> extension) Deprecated.<T> Textension(ToDocumentValueConvertContextExtension<T> extension) Extend the current context with the given extension, resulting in an extended context offering more options.
-
Constructor Details
-
ToDocumentValueConvertContextImpl
-
-
Method Details
-
extension
Deprecated.Description copied from interface:ToDocumentFieldValueConvertContextExtend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extensionin interfaceToDocumentFieldValueConvertContext- Type Parameters:
T- The type of context provided by the extension.- Parameters:
extension- The extension to apply.- Returns:
- The extended context.
-
extension
Description copied from interface:ToDocumentValueConvertContextExtend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extensionin interfaceToDocumentValueConvertContext- Type Parameters:
T- The type of context provided by the extension.- Parameters:
extension- The extension to apply.- Returns:
- The extended context.
-