Package | Description |
---|---|
org.springframework.ldap.odm.typeconversion.impl |
Provides an implementation of the
ConverterManager interface. |
org.springframework.ldap.odm.typeconversion.impl.converters |
Provides some basic implementations of the
Converter interface. |
Modifier and Type | Method and Description |
---|---|
void |
ConverterManagerImpl.addConverter(Class<?> fromClass,
String syntax,
Class<?> toClass,
Converter converter)
Add a
Converter to this ConverterManager . |
void |
ConverterManagerFactoryBean.ConverterConfig.setConverter(Converter converter) |
Modifier and Type | Class and Description |
---|---|
class |
FromStringConverter
|
class |
ToStringConverter
A Converter from any class to a
String via the toString method. |
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.