Uses of Class
org.apache.cayenne.reflect.Converter
-
Uses of Converter in org.apache.cayenne.reflect
Modifier and TypeClassDescriptionclass
Can convert to any class that has a constructor that takes a single Object or a single String parameter.Modifier and TypeMethodDescriptionstatic <T> void
ConverterFactory.addConverter
(Class<? super T> type, Converter<T> converter) Converters are used byPropertyUtils.setProperty(Object, String, Object)
to coerce generic Object values into the specific type expected by the named setter.