Package org.springframework.data.convert
Class Jsr310Converters
java.lang.Object
org.springframework.data.convert.Jsr310Converters
Helper class to register JSR-310 specific
Converter
implementations.- Author:
- Oliver Gierke, Barak Schoster, Christoph Strobl, Jens Schauder, Mark Paluch
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Converter<?,
?>> Returns the converters to be registered.static Collection<Class<?>>
static boolean
-
Constructor Details
-
Jsr310Converters
public Jsr310Converters()
-
-
Method Details
-
getConvertersToRegister
Returns the converters to be registered.- Returns:
- the converters to be registered.
-
supports
-
getSupportedClasses
- Returns:
- the collection of supported temporal classes.
- Since:
- 3.2
-