org.nuiton.util.csv
Interface ValueFormatter<T>

All Known Subinterfaces:
ValueParserFormatter<T>
All Known Implementing Classes:
Common.BooleanParserFormatter, Common.CharacterParserFormatter, Common.DateValue, Common.DoubleParserFormatter, Common.FloatParserFormatter, Common.IntegerParserFormatter, Common.LongParserFormatter, Common.NullableParserFormatter, Common.StringValueParser, Common.ToStringParserFormatter, Common.ToStringValueFormatter

public interface ValueFormatter<T>

TODO

Since:
2.4
Author:
bleny , tchemit

Method Summary
 String format(T value)
           
 

Method Detail

format

String format(T value)


Copyright © 2011-2012 CodeLutin. All Rights Reserved.