Modifier and Type | Field and Description |
---|---|
protected JConverter |
context |
protected T |
sourceObject |
protected Type |
targetType |
Constructor and Description |
---|
ConverterEvaluator(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.
|
protected final T sourceObject
protected final Type targetType
protected final JConverter context
public ConverterEvaluator(T sourceObject, Type targetType, JConverter context)
Copyright © 2014. All rights reserved.