org.nuiton.io.xpp3
Interface DataConverter

All Known Implementing Classes:
DefaultDataConverter

public interface DataConverter

A contract to a data converter from a text value to a typed value. We does not here use the commons-beans classes, since we could have different types of converter for a same type....

Since:
1.0.3
Author:
chemit

Method Summary
 java.lang.Object convert(java.lang.String t)
           
 

Method Detail

convert

java.lang.Object convert(java.lang.String t)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009-2010 CodeLutin. All Rights Reserved.