biz.hammurapi.convert
Interface ConverterClosure


public interface ConverterClosure

Closure interface for converters.

Author:
Pavel

Method Summary
 java.lang.Object convert(java.lang.Object source)
          Converts source to target type.
 

Method Detail

convert

java.lang.Object convert(java.lang.Object source)
Converts source to target type. Target type is known to the closure but not to the calling code.

Parameters:
source -
Returns:
Instance of target type.


Copyright © 2003 Hammurapi Group. All Rights Reserved.