Interface QueryConversionService
-
- All Known Implementing Classes:
DefaultMarkLogicQueryConversionService
public interface QueryConversionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.marklogic.client.query.StructuredQueryDefinition
convert(PropertyIndex index, Object source, List<String> options)
com.marklogic.client.query.StructuredQueryDefinition
convert(PropertyIndex index, Object source, List<String> options, org.springframework.core.convert.TypeDescriptor sourceType)
Map<Object,QueryTypeConverter>
getConvertersToRegister()
-
-
-
Method Detail
-
convert
com.marklogic.client.query.StructuredQueryDefinition convert(PropertyIndex index, Object source, List<String> options)
-
convert
com.marklogic.client.query.StructuredQueryDefinition convert(PropertyIndex index, Object source, List<String> options, org.springframework.core.convert.TypeDescriptor sourceType)
-
getConvertersToRegister
Map<Object,QueryTypeConverter> getConvertersToRegister()
-
-