Spring LDAP

Package org.springframework.ldap.odm.typeconversion.impl.converters

Provides some basic implementations of the Converter interface.

See:
          Description

Class Summary
FromStringConverter A Converter from a String to any class which has a single argument public constructor taking a String.
ToStringConverter A Converter from any class to a String via the toString method.
 

Package org.springframework.ldap.odm.typeconversion.impl.converters Description

Provides some basic implementations of the Converter interface.

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

Spring LDAP