Package org.springframework.ldap.convert
Class NameToStringConverter
java.lang.Object
org.springframework.ldap.convert.NameToStringConverter
public final class NameToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Name,String>
A converer from
Name
to String
.
Helpful for ObjectDirectoryMapper
for
converting fields. Also helpful when working with Name
instances in Spring MVC
applications.
- Since:
- 3.3