Uses of Class
org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
-
Uses of DslConverter in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return DslConverter Modifier and Type Method Description DslConverter<?,String>IndexIdentifier. dslConverter()Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type DslConverter Constructor Description IndexIdentifier(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 DslConverter Modifier and Type Method Description static <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 Modifier and Type Method Description booleanDslConverter. isCompatibleWith(DslConverter<?,?> other) -
Uses of DslConverter in org.hibernate.search.engine.backend.types.spi
Methods in org.hibernate.search.engine.backend.types.spi that return DslConverter Modifier and Type Method Description DslConverter<?,F>AbstractIndexValueFieldType. dslConverter()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 DslConverter Modifier and Type Field Description static DslConverter<String,String>SearchIndexIdentifierContext. RAW_DSL_CONVERTERMethods in org.hibernate.search.engine.search.common.spi that return DslConverter Modifier and Type Method Description DslConverter<?,F>AbstractMultiIndexSearchIndexValueFieldContext. dslConverter()DslConverter<?,String>MultiIndexSearchIndexIdentifierContext. dslConverter()DslConverter<?,String>SearchIndexIdentifierContext. dslConverter()default DslConverter<?,String>SearchIndexIdentifierContext. dslConverter(ValueConvert convert)DslConverter<?,F>SearchIndexValueFieldTypeContext. dslConverter()default DslConverter<?,F>SearchIndexValueFieldTypeContext. dslConverter(ValueConvert convert)DslConverter<F,F>AbstractMultiIndexSearchIndexValueFieldContext. rawDslConverter()DslConverter<F,F>SearchIndexValueFieldTypeContext. rawDslConverter()
-