Interface MongoCustomConversionsProvider
- All Known Implementing Classes:
AclConverters,DefaultCustomConversions,GeoJsonMongoCustomConversionsProvider
public interface MongoCustomConversionsProvider
The interface Mongo custom conversions provider.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.core.convert.converter.Converter<?, ?>> Gets custom conversions.
-
Method Details
-
getCustomConversions
List<org.springframework.core.convert.converter.Converter<?,?>> getCustomConversions()Gets custom conversions.- Returns:
- the custom converters
-