Package | Description |
---|---|
org.apache.cayenne.reflect |
Modifier and Type | Class and Description |
---|---|
class |
ToAnyConverter<T>
Can convert to any class that has a constructor that takes a
single Object or a single String parameter.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
ConverterFactory.addConverter(Class<? super T> type,
Converter<T> converter)
Converters are used by
PropertyUtils.setProperty(Object, String, Object) to coerce
generic Object values into the specific type expected by the named setter. |
Copyright © 2001–2023 Apache Cayenne. All rights reserved.