类 TypedValue

java.lang.Object
cn.taketoday.expression.TypedValue
直接已知子类:
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.
从以下版本开始:
4.0
作者:
Andy Clement, Juergen Hoeller