Interface FromDocumentValueConverter<F,​V>

    • Method Detail

      • fromDocumentValue

        V fromDocumentValue​(F value,
                            FromDocumentValueConvertContext context)
        Parameters:
        value - The value to convert from the document model.
        context - A context that can be extended to a more useful type, giving access to such things as a Hibernate ORM Session (if using the Hibernate ORM mapper).
        Returns:
        The converted value.