org.rblasch.convert
Interface Converter

All Known Implementing Classes:
AbstractConverter

public interface Converter

Author:
Ronald Blaschke

Method Summary
 java.lang.Object convert(java.lang.Object obj)
          Try to convert the given Object.
 

Method Detail

convert

public java.lang.Object convert(java.lang.Object obj)
                         throws java.lang.Exception
Try to convert the given Object.

Parameters:
obj - Object
Returns:
converted Object
Throws:
java.lang.Exception - Conversion failed for some reason


Copyright © 2004 Ronald Blaschke. All Rights Reserved.