Spring LDAP

Package org.springframework.ldap.odm.typeconversion

Provides an interface to be implemented to create a type conversion framework.

See:
          Description

Interface Summary
ConverterManager A simple interface to be implemented to provide type conversion functionality.
 

Exception Summary
ConverterException Thrown by the conversion framework to indicate an error condition - typically a failed type conversion.
 

Package org.springframework.ldap.odm.typeconversion Description

Provides an interface to be implemented to create a type conversion framework.

This is used to convert between the LDAP and Java representations of attributes.

Author:
Paul Harvey <paul.at.pauls-place.me.uk>

Spring LDAP