Uses of Class
org.hibernate.search.engine.backend.types.converter.spi.DslConverter
Packages that use DslConverter
Package
Description
-
Uses of DslConverter in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return DslConverterConstructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type DslConverterModifierConstructorDescriptionIndexIdentifier(DslConverter<?, String> dslConverter, ProjectionConverter<String, ?> projectionConverter) -
Uses of DslConverter in org.hibernate.search.engine.backend.types.converter.spi
Methods in org.hibernate.search.engine.backend.types.converter.spi that return DslConverterModifier and TypeMethodDescriptionstatic <F> DslConverter<F,F> DslConverter.passThrough(Class<F> fieldAndValueType) <T> DslConverter<? super T,F> DslConverter.withInputType(Class<T> inputTypeCandidate, EventContextProvider eventContextProvider) Check whether DSL arguments values can have the given type, and returns the DSL converter with an appropriate type.Methods in org.hibernate.search.engine.backend.types.converter.spi with parameters of type DslConverter -
Uses of DslConverter in org.hibernate.search.engine.backend.types.spi
Methods in org.hibernate.search.engine.backend.types.spi that return DslConverterModifier and TypeMethodDescriptionfinal DslConverter<?,F> AbstractIndexValueFieldType.dslConverter()final DslConverter<F,F> AbstractIndexValueFieldType.rawDslConverter() -
Uses of DslConverter in org.hibernate.search.engine.search.common.spi
Fields in org.hibernate.search.engine.search.common.spi declared as DslConverterModifier and TypeFieldDescriptionstatic final DslConverter<String,String> SearchIndexIdentifierContext.RAW_DSL_CONVERTERMethods in org.hibernate.search.engine.search.common.spi that return DslConverterModifier and TypeMethodDescriptionfinal DslConverter<?,F> AbstractMultiIndexSearchIndexValueFieldContext.dslConverter()MultiIndexSearchIndexIdentifierContext.dslConverter()SearchIndexIdentifierContext.dslConverter()default DslConverter<?,String> SearchIndexIdentifierContext.dslConverter(ValueConvert convert) DslConverter<?,F> SearchIndexValueFieldTypeContext.dslConverter()default DslConverter<?,F> SearchIndexValueFieldTypeContext.dslConverter(ValueConvert convert) final DslConverter<F,F> AbstractMultiIndexSearchIndexValueFieldContext.rawDslConverter()SearchIndexValueFieldTypeContext.rawDslConverter()