Class OtherConverters

java.lang.Object
org.springframework.data.couchbase.core.convert.OtherConverters

public final class OtherConverters extends Object
Out of the box conversions for java dates and calendars.
Author:
Michael Reiche
  • Method Details

    • getConvertersToRegister

      public static Collection<Converter<?,?>> getConvertersToRegister()
      Returns all converters by this class that can be registered.
      Returns:
      the list of converters to register.