Identify the type of object.
Identify the type of object. The object will be downcasted to TypeAware first, in order to test if object is holding information about some type. If so, the type from TypeAware object will be returned, otherwise classinfo of object itself.
component to be identified
TypeInfo of stored type of object implements TypeAware, or classinfo of object itself.
See Implementation
Identify the type of object.
Identify the type of object. The object will be downcasted to TypeAware first, in order to test if object is holding information about some type. If so, the type from TypeAware object will be returned, otherwise classinfo of object itself.