- java.lang.Object
-
- com.pervasive.datarush.coercion.Coercer
-
public abstract class Coercer extends Object
-
-
Constructor Summary
Constructors Constructor Description Coercer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
coerce(Object sourceValue, Class<T> targetType, Class<?>... targetTypeParameters)
-