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 DslConverterModifier and TypeMethodDescriptionIndexIdentifier.mappingDslConverter()IndexIdentifier.parserDslConverter()Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type DslConverterModifierConstructorDescriptionIndexIdentifier(DslConverter<?, String> dslConverter, DslConverter<?, String> parser, 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, org.hibernate.search.util.common.reporting.spi.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, F> AbstractIndexValueFieldType.indexDslConverter()final DslConverter<?, F> AbstractIndexValueFieldType.mappingDslConverter()DslConverter<?, F> AbstractIndexValueFieldType.parserDslConverter() -
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 TypeMethodDescriptiondefault DslConverter<?, String> SearchIndexIdentifierContext.dslConverter(ValueModel valueModel) default DslConverter<?, F> SearchIndexValueFieldTypeContext.dslConverter(ValueModel valueModel) final DslConverter<F, F> AbstractMultiIndexSearchIndexValueFieldContext.indexDslConverter()SearchIndexValueFieldTypeContext.indexDslConverter()final DslConverter<?, F> AbstractMultiIndexSearchIndexValueFieldContext.mappingDslConverter()MultiIndexSearchIndexIdentifierContext.mappingDslConverter()SearchIndexIdentifierContext.mappingDslConverter()DslConverter<?, F> SearchIndexValueFieldTypeContext.mappingDslConverter()DslConverter<?, F> AbstractMultiIndexSearchIndexValueFieldContext.parserDslConverter()MultiIndexSearchIndexIdentifierContext.parserDslConverter()SearchIndexIdentifierContext.parserDslConverter()DslConverter<?, F> SearchIndexValueFieldTypeContext.parserDslConverter()DslConverter<?, ?> AbstractMultiIndexSearchIndexValueFieldContext.rawDslConverter()DslConverter<?, ?> SearchIndexValueFieldTypeContext.rawDslConverter()