Class ConverterUtils

java.lang.Object
org.springframework.ldap.convert.ConverterUtils

public final class ConverterUtils extends Object
A utility class for working with Spring LDAP converters
Since:
3.3
  • Method Details

    • addDefaultConverters

      public static void addDefaultConverters(org.springframework.core.convert.converter.ConverterRegistry registry)
      Register Spring LDAP's default converters to the given ConverterRegistry.
      Parameters:
      registry - the ConverterRegistry to configure