类 TypedValue
java.lang.Object
cn.taketoday.expression.TypedValue
- 直接已知子类:
BooleanTypedValue
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
-
字段概要
字段 -
构造器概要
构造器构造器说明TypedValue(Object value) Create aTypedValuefor a simple object.TypedValue(Object value, TypeDescriptor typeDescriptor) Create aTypedValuefor a particular value with a particularTypeDescriptorwhich may contain additional generic declarations. -
方法概要
-
字段详细资料
-
NULL
TypedValuefornull.
-
-
构造器详细资料
-
TypedValue
Create aTypedValuefor a simple object. TheTypeDescriptoris inferred from the object, so no generic declarations are preserved.- 参数:
value- the object value
-
TypedValue
Create aTypedValuefor a particular value with a particularTypeDescriptorwhich may contain additional generic declarations.- 参数:
value- the object valuetypeDescriptor- a type descriptor describing the type of the value
-
-
方法详细资料