public abstract class Converter<T> extends Object
| Constructor and Description | 
|---|
| Converter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract T | convert(Object value,
       Class<T> type)Converts object to supported class without doing any type checking. | 
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–2023 Apache Cayenne. All rights reserved.