gshute.util
Interface Converter


public abstract interface Converter

A Converter provides a strategy for converting objects.


Method Summary
 java.lang.Object convert(java.lang.Object o)
          cvt.convert(o) returns the value for o after conversion by cvt.
 

Method Detail

convert

public java.lang.Object convert(java.lang.Object o)
cvt.convert(o) returns the value for o after conversion by cvt.