![]() | Boxing Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.Boxing"]
Namespace: com.espertech.esper.compat
public static class Boxing
The Boxing type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetBoxedType(Object) |
Gets the boxed type for the value.
|
![]() ![]() | GetBoxedType(Type) |
Returns the boxed class for the given class, or the class itself if already boxed or not a primitive type.
For primitive unboxed types returns the boxed types, e.g. returns typeof(int?) for passing typeof(int).
For type other class, returns the class passed.
|
![]() ![]() | GetUnboxedType |
Gets the unboxed type for the value.
|
![]() ![]() | IsBoxedType | |
![]() ![]() | IsUnboxedType |