Uses of Class
org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
-
Packages that use ProjectionConverter Package Description org.hibernate.search.engine.backend.types.converter.spi org.hibernate.search.engine.search.projection.spi -
-
Uses of ProjectionConverter in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi that return ProjectionConverter Modifier and Type Method Description <T> ProjectionConverter<F,? extends T>
ProjectionConverter. withConvertedType(Class<T> expectedType, EventContextProvider eventContextProvider)
Check whether projected values can be assigned to the given type, and returns the projection converter with an appropriate type.Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type ProjectionConverter Modifier and Type Method Description boolean
ProjectionConverter. isCompatibleWith(ProjectionConverter<?,?> other)
-
Uses of ProjectionConverter in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionConverter Modifier and Type Method Description List<V>
ListProjectionAccumulator. finish(List<F> accumulated, ProjectionConverter<? super F,? extends V> converter, FromDocumentFieldValueConvertContext context)
R
ProjectionAccumulator. finish(U accumulated, ProjectionConverter<? super F,? extends V> converter, FromDocumentFieldValueConvertContext context)
Finishes the collecting, converting the accumulated container into the final result.V
SingleValuedProjectionAccumulator. finish(F accumulated, ProjectionConverter<? super F,? extends V> converter, FromDocumentFieldValueConvertContext context)
-