Classes in org.springframework.binding.value.support that implement DerivedValueModel |
class |
AbstractDerivedValueModel
Abstract base class for value models that derive their value from one or more
"source" value model. |
class |
MessageFormatValueModel
A value model that takes a set of "argument" ValueModels, formats their
values into strings, and then inserts these formatted strings into the
provided pattern at the appropriate places. |
class |
MethodInvokingDerivedValueModel
A value model that derives it's value from the result of invoking a method. |
class |
TypeConverter
A value model wrapper that supports converting the wrapped value to and from
another type using the supplied conversion Closures. |