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> voidIndexRootBuilder.idDslConverter(Class<I> valueType, ToDocumentValueConverter<I, String> converter) Defines how identifier values passed to the search DSL should be converted to document identifiers when usingValueModel.MAPPING.voidIndexRootBuilder.idParser(ToDocumentValueConverter<String, String> converter) Defines how identifier values passed to the search DSL should be converted to document identifiers when usingValueModel.STRING. -
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 booleanToDocumentFieldValueConverter.isCompatibleWith(ToDocumentValueConverter<?, ?> other) Deprecated.default booleanToDocumentValueConverter.isCompatibleWith(ToDocumentValueConverter<?, ?> other) -
Uses of ToDocumentValueConverter in org.hibernate.search.engine.backend.types.converter.spi
Classes in org.hibernate.search.engine.backend.types.converter.spi that implement ToDocumentValueConverterMethods in org.hibernate.search.engine.backend.types.converter.spi that return ToDocumentValueConverterModifier and TypeMethodDescriptionToDocumentValueConverter<V, ? extends F> DslConverter.delegate()Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type ToDocumentValueConverterModifier and TypeMethodDescriptionbooleanDefaultStringConverters.Converter.isCompatibleWith(ToDocumentValueConverter<?, ?> other) 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> SIndexFieldTypeConverterStep.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.IndexFieldTypeConverterStep.parser(ToDocumentValueConverter<String, ? extends F> parser) Define how string values passed to the predicate and sort DSL should be converted to the type of field values, whenValueModel.STRINGis used, or when parsing query strings (local backends only, e.g. -
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> voidAbstractIndexValueFieldType.Builder.dslConverter(Class<V> valueType, ToDocumentValueConverter<V, ? extends F> toIndexConverter) final voidAbstractIndexValueFieldType.Builder.parser(ToDocumentValueConverter<String, ? extends F> parser) -
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> voidIndexedEntityBindingContext.idDslConverter(Class<I> valueType, ToDocumentValueConverter<I, String> converter) voidIndexedEntityBindingContext.idParser(ToDocumentValueConverter<String, String> parser)
ToDocumentValueConverterinstead.