public interface Converter
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class<?> from,
Class<?> to) |
Object |
convertTo(Object value,
Class<?> clazz) |
Object convertTo(Object value, Class<?> clazz) throws ConversionException
ConversionException
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.