Interface ToDocumentFieldValueConvertContextExtension<T>

Type Parameters:
T - The type of extended contexts.
All Superinterfaces:
ToDocumentValueConvertContextExtension<T>
All Known Implementing Classes:
HibernateOrmExtension

@Deprecated public interface ToDocumentFieldValueConvertContextExtension<T> extends ToDocumentValueConvertContextExtension<T>
An extension to ToDocumentFieldValueConvertContext, allowing to access non-standard context specific to a given mapper.

WARNING: while this type is API, because instances should be manipulated by users, all of its methods are considered SPIs and therefore should never be called or implemented directly by users. In short, users are only expected to get instances of this type from an API (SomeExtension.get()) and pass it to another API.

See Also: