Package io.dapr.utils
Class TypeRef<T>
java.lang.Object
io.dapr.utils.TypeRef<T>
- Type Parameters:
T- Type to be deserialized.
public abstract class TypeRef<T>
extends java.lang.Object
Used to reference a type.
Usage: new TypeRef<MyClass>(){}
-
Field Summary
Fields Modifier and Type Field Description static TypeRef<java.lang.Boolean>BOOLEANstatic TypeRef<java.lang.Byte>BYTEstatic TypeRef<byte[]>BYTE_ARRAYstatic TypeRef<java.lang.Character>CHARstatic TypeRef<java.lang.Double>DOUBLEstatic TypeRef<java.lang.Float>FLOATstatic TypeRef<java.lang.Integer>INTstatic TypeRef<int[]>INT_ARRAYstatic TypeRef<java.lang.Long>LONGstatic TypeRef<java.lang.String>STRINGstatic TypeRef<java.lang.String[]>STRING_ARRAYstatic TypeRef<java.lang.Void>VOID -
Constructor Summary
Constructors Constructor Description TypeRef()Constructor. -
Method Summary
-
Field Details
-
Constructor Details
-
TypeRef
public TypeRef()Constructor.
-
-
Method Details