org.codehaus.waffle.bind
Interface ValueConverterFinder

All Known Implementing Classes:
OgnlValueConverterFinder

public interface ValueConverterFinder

Finder interface for ValueConverters registered per application.

Author:
Mauro Talevi

Method Summary
 ValueConverter findConverter(java.lang.Class<?> type)
          Should return the ValueConverter that is responsible for handling the type passed in.
 

Method Detail

findConverter

ValueConverter findConverter(java.lang.Class<?> type)
Should return the ValueConverter that is responsible for handling the type passed in.

Parameters:
type - representing the ValueConverter needed
Returns:
the associated ValueConverter is returned or null if none was found.


Copyright © 2008. All Rights Reserved.