org.osjava.sj.loader.convert
Class ConvertRegistry

java.lang.Object
  extended by org.osjava.sj.loader.convert.ConvertRegistry

public class ConvertRegistry
extends java.lang.Object


Field Summary
private  java.util.Map converters
           
private static Converter NULL_CONVERTER
           
 
Constructor Summary
ConvertRegistry()
           
 
Method Summary
 Converter getConverter(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_CONVERTER

private static Converter NULL_CONVERTER

converters

private java.util.Map converters
Constructor Detail

ConvertRegistry

public ConvertRegistry()
Method Detail

getConverter

public Converter getConverter(java.lang.String type)