Interface FromDocumentFieldValueConvertContext

All Known Subinterfaces:
FromDocumentValueConvertContext
All Known Implementing Classes:
FromDocumentValueConvertContextImpl

@Deprecated public interface FromDocumentFieldValueConvertContext
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    Deprecated.
    Extend the current context with the given extension, resulting in an extended context offering more options.
  • Method Details

    • extension

      <T> T extension(FromDocumentFieldValueConvertContextExtension<T> extension)
      Deprecated.
      Extend the current context with the given extension, resulting in an extended context offering more options.
      Type Parameters:
      T - The type of context provided by the extension.
      Parameters:
      extension - The extension to apply.
      Returns:
      The extended context.
      Throws:
      SearchException - If the extension cannot be applied (wrong underlying technology, ...).