com.hammurapi.convert
Class FoundationAtomicConvertersBundle

java.lang.Object
  extended by com.hammurapi.convert.FoundationAtomicConvertersBundle
All Implemented Interfaces:
AtomicConvertersBundle

public class FoundationAtomicConvertersBundle
extends Object
implements AtomicConvertersBundle

Version:
$Revision: 1.7 $
Author:
Pavel Vlasov

Constructor Summary
FoundationAtomicConvertersBundle()
          Creates new composite converter populated by default with some generic converters.
 
Method Summary
 Collection<AtomicConverter<? extends Object,? extends Object>> getConverters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoundationAtomicConvertersBundle

public FoundationAtomicConvertersBundle()
Creates new composite converter populated by default with some generic converters.

Method Detail

getConverters

public Collection<AtomicConverter<? extends Object,? extends Object>> getConverters()
Specified by:
getConverters in interface AtomicConvertersBundle
Returns:
Collection of instances of AtomicConverter.