allocatorOf

Identify the allocator used to convert component.

Identify the allocator used to convert component. The object will be downcasted to AllocatorAware interface and if it succeeded convertor used to convert component will be returned. For non-object components empty allocator will be returned as no convertor can be extracted from them.

Parameters

object T

converted component for which used allocator would need to be identified.

Return Value

Type: RCIAllocator

RCIAllocator used in conversion process.

Meta