public class CheckedConverterEvaluator<T,U> extends ConverterEvaluator<T,U>
context, sourceObject, targetType
Constructor and Description |
---|
CheckedConverterEvaluator(T sourceObject,
Type targetType,
JConverter context) |
Modifier and Type | Method and Description |
---|---|
U |
apply(Converter<T,U> converter)
Evaluate a converter with the evaluator source object, target type and context.
|
public CheckedConverterEvaluator(T sourceObject, Type targetType, JConverter context)
Copyright © 2014. All rights reserved.