JavaScript is disabled on your browser.
java.lang.Object
org.springframework.ldap.odm.typeconversion.impl.ConversionServiceConverterManager.NameToStringConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Name ,String >
Enclosing class:
ConversionServiceConverterManager
public static final class ConversionServiceConverterManager.NameToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Name ,String >
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
Constructor Details
NameToStringConverter
public NameToStringConverter ()
Method Details
convert
Specified by:
convert in interface org.springframework.core.convert.converter.Converter<Name ,String >