Uses of Class
org.hibernate.search.engine.backend.types.converter.spi.DslConverter
-
Packages that use DslConverter Package Description org.hibernate.search.engine.backend.types.converter.spi -
-
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 <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 boolean
DslConverter. isCompatibleWith(DslConverter<?,?> other)
-