Class DateConverters
java.lang.Object
org.springframework.data.aerospike.convert.DateConverters
Out of the box conversions for java dates and calendars.
- Author:
- Michael Nitschinger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Converter<?, ?>> Returns all converters by this class that can be registered.
-
Method Details
-
getConvertersToRegister
Returns all converters by this class that can be registered.- Returns:
- the list of converters to register.
-