public abstract class Coercer
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
coerce
public static <T> T coerce(Object sourceValue,
Class<T> targetType,
Class<?>... targetTypeParameters)