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.

Return Value

Type: immutable(RCIAllocator)

RCIAllocator used in conversion process.

Meta