net.israfil.foundation.core
Interface Types.Converter

Enclosing class:
Types

public static interface Types.Converter

A delegate interface that, if provided to the convert(String,Class,Converter) method will add fallback conversions. This allows the existing convert method to be extended without subclassing, overriding, or modifying source.

Author:
Christian Edward Gruber

Method Summary
 java.lang.Object convert(java.lang.Object val, java.lang.Class aClass)
           
 

Method Detail

convert

java.lang.Object convert(java.lang.Object val,
                         java.lang.Class aClass)


Copyright © 2003-2006. All Rights Reserved.