Uses of Class
org.hibernate.search.engine.backend.types.converter.spi.ProjectionConverter
Packages that use ProjectionConverter
Package
Description
-
Uses of ProjectionConverter in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return ProjectionConverterConstructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type ProjectionConverterModifierConstructorDescriptionIndexIdentifier(DslConverter<?, String> dslConverter, ProjectionConverter<String, ?> projectionConverter) -
Uses of ProjectionConverter in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi that return ProjectionConverterModifier and TypeMethodDescriptionstatic <F> ProjectionConverter<F,F> ProjectionConverter.passThrough(Class<F> fieldAndValueType) <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 ProjectionConverterModifier and TypeMethodDescriptionbooleanProjectionConverter.isCompatibleWith(ProjectionConverter<?, ?> other) -
Uses of ProjectionConverter in org.hibernate.search.engine.backend.types.spi
Methods in org.hibernate.search.engine.backend.types.spi that return ProjectionConverterModifier and TypeMethodDescriptionfinal ProjectionConverter<F,?> AbstractIndexValueFieldType.projectionConverter()final ProjectionConverter<F,F> AbstractIndexValueFieldType.rawProjectionConverter() -
Uses of ProjectionConverter in org.hibernate.search.engine.search.common.spi
Fields in org.hibernate.search.engine.search.common.spi declared as ProjectionConverterModifier and TypeFieldDescriptionstatic final ProjectionConverter<String,String> SearchIndexIdentifierContext.RAW_PROJECTION_CONVERTERMethods in org.hibernate.search.engine.search.common.spi that return ProjectionConverterModifier and TypeMethodDescriptionfinal ProjectionConverter<F,?> AbstractMultiIndexSearchIndexValueFieldContext.projectionConverter()MultiIndexSearchIndexIdentifierContext.projectionConverter()SearchIndexIdentifierContext.projectionConverter()SearchIndexValueFieldTypeContext.projectionConverter()default ProjectionConverter<F,?> SearchIndexValueFieldTypeContext.projectionConverter(ValueConvert convert) final ProjectionConverter<F,F> AbstractMultiIndexSearchIndexValueFieldContext.rawProjectionConverter()SearchIndexValueFieldTypeContext.rawProjectionConverter() -
Uses of ProjectionConverter in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionConverterModifier and TypeMethodDescriptiondefault AProjectionAccumulator.transformAll(A accumulated, ProjectionConverter<? super E, ? extends V> converter, FromDocumentValueConvertContext context) Transforms all values with the given converter and the given context.