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> T
extension
(FromDocumentFieldValueConvertContextExtension<T> extension) Deprecated.<T> T
extension
(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.Description copied from interface:FromDocumentFieldValueConvertContext
Extend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extension
in 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:FromDocumentValueConvertContext
Extend the current context with the given extension, resulting in an extended context offering more options.- Specified by:
extension
in interfaceFromDocumentValueConvertContext
- Type Parameters:
T
- The type of context provided by the extension.- Parameters:
extension
- The extension to apply.- Returns:
- The extended context.
-