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.backend.elasticsearch.types.impl
Methods in org.hibernate.search.backend.elasticsearch.types.impl that return ProjectionConverterModifier and TypeMethodDescriptionProjectionConverter<?,?> ElasticsearchIndexValueFieldType.rawProjectionConverter() -
Uses of ProjectionConverter in org.hibernate.search.backend.lucene.types.impl
Methods in org.hibernate.search.backend.lucene.types.impl that return ProjectionConverterModifier and TypeMethodDescriptionProjectionConverter<?,?> LuceneIndexValueFieldType.rawProjectionConverter() -
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, DslConverter<?, String> parser, 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 TypeMethodDescriptionAbstractIndexValueFieldType.formatterProjectionConverter()final ProjectionConverter<F,F> AbstractIndexValueFieldType.indexProjectionConverter()final ProjectionConverter<F,?> AbstractIndexValueFieldType.mappingProjectionConverter() -
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 TypeMethodDescriptionAbstractMultiIndexSearchIndexValueFieldContext.formatterProjectionConverter()SearchIndexValueFieldTypeContext.formatterProjectionConverter()final ProjectionConverter<F,F> AbstractMultiIndexSearchIndexValueFieldContext.indexProjectionConverter()SearchIndexValueFieldTypeContext.indexProjectionConverter()final ProjectionConverter<F,?> AbstractMultiIndexSearchIndexValueFieldContext.mappingProjectionConverter()MultiIndexSearchIndexIdentifierContext.mappingProjectionConverter()SearchIndexIdentifierContext.mappingProjectionConverter()SearchIndexValueFieldTypeContext.mappingProjectionConverter()default ProjectionConverter<F,?> SearchIndexValueFieldTypeContext.projectionConverter(ValueModel valueModel) ProjectionConverter<?,?> AbstractMultiIndexSearchIndexValueFieldContext.rawProjectionConverter()ProjectionConverter<?,?> 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.