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:
tchemit

Method Summary
 Object convert(String t)
           
 

Method Detail

convert

Object convert(String t)
               throws Exception
Throws:
Exception


Copyright © 2009-2010 CodeLutin. All Rights Reserved.