public class RestrictionConverter extends Converter
Constructor and Description |
---|
RestrictionConverter(Type inputType,
Class<?> outputType,
ConverterPool pool,
DynamicsGPConfig config) |
Modifier and Type | Method and Description |
---|---|
protected Object |
convert(Object input,
Type inputType,
Class<?> outputType,
ConverterPool pool,
DynamicsGPConfig config) |
protected void |
setProperty(Object output,
String propertyName,
Object value,
ConverterPool pool,
Type inputType) |
public RestrictionConverter(Type inputType, Class<?> outputType, ConverterPool pool, DynamicsGPConfig config)
protected Object convert(Object input, Type inputType, Class<?> outputType, ConverterPool pool, DynamicsGPConfig config) throws InvocationTargetException, IllegalAccessException, InstantiationException
convert
in class Converter
InvocationTargetException
IllegalAccessException
InstantiationException
protected void setProperty(Object output, String propertyName, Object value, ConverterPool pool, Type inputType) throws InvocationTargetException, IllegalAccessException
Copyright © 2010–2016. All rights reserved.