Uses of Interface
org.hibernate.search.engine.backend.types.converter.ToDocumentValueConverter
Packages that use ToDocumentValueConverter
Package
Description
-
Uses of ToDocumentValueConverter in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi with parameters of type ToDocumentValueConverterModifier and TypeMethodDescription<I> void
IndexRootBuilder.idDslConverter
(Class<I> valueType, ToDocumentValueConverter<I, String> converter) Defines how identifier values passed to the search DSL should be converted to document identifiers. -
Uses of ToDocumentValueConverter in org.hibernate.search.engine.backend.types.converter
Subinterfaces of ToDocumentValueConverter in org.hibernate.search.engine.backend.types.converterMethods in org.hibernate.search.engine.backend.types.converter with parameters of type ToDocumentValueConverterModifier and TypeMethodDescriptiondefault boolean
ToDocumentFieldValueConverter.isCompatibleWith
(ToDocumentValueConverter<?, ?> other) Deprecated.default boolean
ToDocumentValueConverter.isCompatibleWith
(ToDocumentValueConverter<?, ?> other) -
Uses of ToDocumentValueConverter in org.hibernate.search.engine.backend.types.converter.spi
Constructors in org.hibernate.search.engine.backend.types.converter.spi with parameters of type ToDocumentValueConverterModifierConstructorDescriptionDslConverter
(Class<V> valueType, ToDocumentValueConverter<V, ? extends F> delegate) -
Uses of ToDocumentValueConverter in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type ToDocumentValueConverterModifier and TypeMethodDescription<V> S
IndexFieldTypeConverterStep.dslConverter
(Class<V> valueType, ToDocumentValueConverter<V, ? extends F> toIndexConverter) Define how values passed to the predicate and sort DSL should be converted to the type of field values. -
Uses of ToDocumentValueConverter in org.hibernate.search.engine.backend.types.spi
Methods in org.hibernate.search.engine.backend.types.spi with parameters of type ToDocumentValueConverterModifier and TypeMethodDescriptionfinal <V> void
AbstractIndexValueFieldType.Builder.dslConverter
(Class<V> valueType, ToDocumentValueConverter<V, ? extends F> toIndexConverter) -
Uses of ToDocumentValueConverter in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type ToDocumentValueConverterModifier and TypeMethodDescription<I> void
IndexedEntityBindingContext.idDslConverter
(Class<I> valueType, ToDocumentValueConverter<I, String> converter)
ToDocumentValueConverter
instead.