Uses of Class
io.github.malteseduck.springframework.data.marklogic.repository.query.convert.DefaultMarkLogicQueryConversionService.BooleanToValueConverter
- 
Packages that use DefaultMarkLogicQueryConversionService.BooleanToValueConverter Package Description io.github.malteseduck.springframework.data.marklogic.repository.query.convert  - 
- 
Uses of DefaultMarkLogicQueryConversionService.BooleanToValueConverter in io.github.malteseduck.springframework.data.marklogic.repository.query.convert
Methods in io.github.malteseduck.springframework.data.marklogic.repository.query.convert that return DefaultMarkLogicQueryConversionService.BooleanToValueConverter Modifier and Type Method Description static DefaultMarkLogicQueryConversionService.BooleanToValueConverterDefaultMarkLogicQueryConversionService.BooleanToValueConverter. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultMarkLogicQueryConversionService.BooleanToValueConverter[]DefaultMarkLogicQueryConversionService.BooleanToValueConverter. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -