@Vetoed public class MethodConverter<S,T> extends AbstractConverter<S,T>
| Constructor and Description |
|---|
MethodConverter(Class<S> sourceType,
Class<T> targetType,
Object instance,
Method method)
Creates a converter based in a method
|
| Modifier and Type | Method and Description |
|---|---|
T |
convert(S source) |
getSourceType, getTargetTypeCopyright © 2013 JBoss by Red Hat. All Rights Reserved.