323324325326327328329330
{ return null; } Class componentType = ((Class)type).getComponentType(); // its an array return new MapArrayPOJOEntryIndexedPropertyGetter(propertyNameAtomic, index, eventAdapterService, componentType); } }