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