Spring LDAP Framework

Uses of Interface
org.springframework.ldap.odm.typeconversion.ConverterManager

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, ContextSource contextSource)
           
OdmManagerImpl(ConverterManager converterManager, 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

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.