Class FromDocumentValueConvertContextImpl
java.lang.Object
org.hibernate.search.engine.backend.types.converter.runtime.spi.FromDocumentValueConvertContextImpl
- All Implemented Interfaces:
FromDocumentFieldValueConvertContext,FromDocumentValueConvertContext
public class FromDocumentValueConvertContextImpl
extends Object
implements FromDocumentValueConvertContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Textension(FromDocumentFieldValueConvertContextExtension<T> extension) Deprecated.<T> Textension(FromDocumentValueConvertContextExtension<T> extension) Extend the current context with the given extension, resulting in an extended context offering more options.
-
Constructor Details
-
FromDocumentValueConvertContextImpl
-
-
Method Details
-
extension
@Deprecated(since="6.1") public <T> T extension(FromDocumentFieldValueConvertContextExtension<T> extension) Deprecated.Description copied from interface:FromDocumentFieldValueConvertContextExtend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extensionin interfaceFromDocumentFieldValueConvertContext- 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:FromDocumentValueConvertContextExtend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extensionin interfaceFromDocumentValueConvertContext- Type Parameters:
T- The type of context provided by the extension.- Parameters:
extension- The extension to apply.- Returns:
- The extended context.
-