org.dozer.converters
Class LongConverter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongConverter
public LongConverter()
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.