jp.develop.common.util.amf.converter
Class CharacterConverter

java.lang.Object
  extended by jp.develop.common.util.amf.converter.CharacterConverter
All Implemented Interfaces:
IConverter<Character>

public class CharacterConverter
extends Object
implements IConverter<Character>

Converter to Character.

Author:
Waki Takeya

Constructor Summary
CharacterConverter()
           
 
Method Summary
 Character convert(Object object)
          Convert object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterConverter

public CharacterConverter()
Method Detail

convert

public Character convert(Object object)
Convert object.

Specified by:
convert in interface IConverter<Character>
Parameters:
object - The object to be converted.
Returns:
Converted object. This object must be assignable to T.