Uses of Interface
org.hibernate.search.engine.backend.types.converter.runtime.FromDocumentValueConvertContext
-
-
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter
Methods in org.hibernate.search.engine.backend.types.converter with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description default VFromDocumentFieldValueConverter. fromDocumentValue(F value, FromDocumentValueConvertContext context)Deprecated.VFromDocumentValueConverter. fromDocumentValue(F value, FromDocumentValueConvertContext context) -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter.runtime
Methods in org.hibernate.search.engine.backend.types.converter.runtime with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description default Optional<T>FromDocumentFieldValueConvertContextExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Deprecated.Optional<T>FromDocumentValueConvertContextExtension. extendOptional(FromDocumentValueConvertContext original, BackendSessionContext sessionContext)Attempt to extend a given context, returning an emptyOptionalin case of failure. -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter.runtime.spi
Classes in org.hibernate.search.engine.backend.types.converter.runtime.spi that implement FromDocumentValueConvertContext Modifier and Type Class Description classFromDocumentValueConvertContextImpl -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description VProjectionConverter. fromDocumentValue(F value, FromDocumentValueConvertContext context) -
Uses of FromDocumentValueConvertContext in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type FromDocumentValueConvertContext Modifier and Type Method Description List<V>ListProjectionAccumulator. finish(List<F> accumulated, ProjectionConverter<? super F,? extends V> converter, FromDocumentValueConvertContext context)RProjectionAccumulator. finish(U accumulated, ProjectionConverter<? super F,? extends V> converter, FromDocumentValueConvertContext context)Finishes the collecting, converting the accumulated container into the final result.VSingleValuedProjectionAccumulator. finish(F accumulated, ProjectionConverter<? super F,? extends V> converter, FromDocumentValueConvertContext context)
-