public abstract class Converter extends Object
Constructor and Description |
---|
Converter(Type inputType,
Class<?> outputType,
ConverterPool pool,
DynamicsGPConfig config) |
public Converter(Type inputType, Class<?> outputType, ConverterPool pool, DynamicsGPConfig config)
protected abstract Object convert(Object input, Type inputType, Class<?> outputType, ConverterPool pool, DynamicsGPConfig config) throws IllegalAccessException, InstantiationException, InvocationTargetException
Copyright © 2010–2016. All rights reserved.