Class TypedValue

java.lang.Object
org.springframework.expression.TypedValue
Direct Known Subclasses:
BooleanTypedValue

public class TypedValue extends Object
Encapsulates an object and a TypeDescriptor that describes it. The type descriptor can contain generic declarations that would not be accessible through a simple getClass() call on the object.
Since:
3.0
Author:
Andy Clement, Juergen Hoeller