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
-
Method Summary
Modifier and TypeMethodDescription<T> T
extension
(ToDocumentFieldValueConvertContextExtension<T> extension) Deprecated.<T> T
extension
(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:ToDocumentFieldValueConvertContext
Extend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extension
in 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:ToDocumentValueConvertContext
Extend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extension
in interfaceToDocumentValueConvertContext
- Type Parameters:
T
- The type of context provided by the extension.- Parameters:
extension
- The extension to apply.- Returns:
- The extended context.
-