Package org.springframework.ldap.convert
Class ConverterUtils
java.lang.Object
org.springframework.ldap.convert.ConverterUtils
A utility class for working with Spring LDAP converters
- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addDefaultConverters
(org.springframework.core.convert.converter.ConverterRegistry registry) Register Spring LDAP's default converters to the givenConverterRegistry
.
-
Method Details
-
addDefaultConverters
public static void addDefaultConverters(org.springframework.core.convert.converter.ConverterRegistry registry) Register Spring LDAP's default converters to the givenConverterRegistry
.- Parameters:
registry
- theConverterRegistry
to configure
-