org.oddjob.arooa.convert.convertlets
Class CollectionConvertlets
java.lang.Object
org.oddjob.arooa.convert.convertlets.CollectionConvertlets
- All Implemented Interfaces:
- ConversionProvider
public class CollectionConvertlets
- extends Object
- implements ConversionProvider
Provide org.oddjob.arooa.Convertlet
s between Arrays and Collections.
Note these are org.oddjob.arooa.FinalConvertlet
s to stop them being
used in unexpected ways.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionConvertlets
public CollectionConvertlets()
registerWith
public void registerWith(ConversionRegistry registry)
- Specified by:
registerWith
in interface ConversionProvider