Class Jsr310Converters

java.lang.Object
org.springframework.data.convert.Jsr310Converters

public abstract class Jsr310Converters extends Object
Helper class to register JSR-310 specific Converter implementations.
Author:
Oliver Gierke, Barak Schoster, Christoph Strobl, Jens Schauder, Mark Paluch
  • Constructor Details

    • Jsr310Converters

      public Jsr310Converters()
  • Method Details

    • getConvertersToRegister

      public static Collection<Converter<?,?>> getConvertersToRegister()
      Returns the converters to be registered.
      Returns:
      the converters to be registered.
    • supports

      public static boolean supports(Class<?> type)
    • getSupportedClasses

      public static Collection<Class<?>> getSupportedClasses()
      Returns:
      the collection of supported temporal classes.
      Since:
      3.2