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

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

public class BooleanConverter
extends Object
implements IConverter<Boolean>

Converter to Boolean.

Author:
Waki Takeya

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

Constructor Detail

BooleanConverter

public BooleanConverter()
Method Detail

convert

public Boolean convert(Object object)
Convert object.

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