| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
OdmManagerImplFactoryBean.setConverterManager(ConverterManager converterManager)
Set the ConverterManager to use to convert between LDAP
and Java representations of attributes.
|
| Constructor and Description |
|---|
OdmManagerImpl(ConverterManager converterManager,
ContextSource contextSource) |
OdmManagerImpl(ConverterManager converterManager,
ContextSource contextSource,
Set<Class<?>> managedClasses) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterManagerImpl
An implementation of
ConverterManager. |
Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.