-
Constructor Summary
Constructors
-
Method Summary
boolean
Determines if this transformer supports the given types.
Transform the given source object into the wanted target object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntegerToLong
public IntegerToLong()
-
Method Details
-
supports
public boolean supports(Class<?> sourceType,
Class<?> targetType)
Determines if this transformer supports the given types.
- Specified by:
supports in interface Transform
- Parameters:
sourceType - type of the data source
targetType - type of the data target
- Returns:
- true if supported; false otherwise
-