T - the source type.V - the target type.public interface Converter<T,V>
| Modifier and Type | Method and Description |
|---|---|
V |
apply(T source,
Type targetType,
JConverter context) |
V apply(T source, Type targetType, JConverter context)
source - the object to convert.targetType - the target type.context - the context.Copyright © 2014. All rights reserved.