|
Spring LDAP Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConverterManager | |
|---|---|
| org.springframework.ldap.odm.core.impl | Provides a single public class which implements OdmManager. |
| org.springframework.ldap.odm.typeconversion.impl | Provides an implementation of the ConverterManager interface. |
| Uses of ConverterManager in org.springframework.ldap.odm.core.impl |
|---|
| Methods in org.springframework.ldap.odm.core.impl with parameters of type ConverterManager | |
|---|---|
void |
OdmManagerImplFactoryBean.setConverterManager(ConverterManager converterManager)
Set the ConverterManager to use to convert between LDAP and Java representations of attributes. |
| Constructors in org.springframework.ldap.odm.core.impl with parameters of type ConverterManager | |
|---|---|
OdmManagerImpl(ConverterManager converterManager,
org.springframework.ldap.core.ContextSource contextSource)
|
|
OdmManagerImpl(ConverterManager converterManager,
org.springframework.ldap.core.ContextSource contextSource,
Set<Class<?>> managedClasses)
|
|
| Uses of ConverterManager in org.springframework.ldap.odm.typeconversion.impl |
|---|
| Classes in org.springframework.ldap.odm.typeconversion.impl that implement ConverterManager | |
|---|---|
class |
ConverterManagerImpl
An implementation of ConverterManager. |
|
Spring LDAP Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||