org.dozer.converters
Class LongConverter

java.lang.Object
  extended by org.dozer.converters.LongConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

public class LongConverter
extends Object
implements org.apache.commons.beanutils.Converter

Internal class for converting Supported Data Types --> Long. Only intended for internal use.

Author:
tierney.matt

Constructor Summary
LongConverter()
           
 
Method Summary
 Object convert(Class destClass, Object srcObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongConverter

public LongConverter()
Method Detail

convert

public Object convert(Class destClass,
                      Object srcObj)
Specified by:
convert in interface org.apache.commons.beanutils.Converter


Copyright © 2005-2011 dozer. All Rights Reserved.