public abstract class Converter<T> extends Object
protected abstract T convert(Object value, Class<T> type)
value
- the object to convert; the sourcetype
- the Class to convert the value to; the destination typeCopyright © 2001–2015 Apache Cayenne. All rights reserved.