461462463464465466467468
{ return null; } Class componentType = ((Class)type).getComponentType(); // its an array return new ObjectArrayArrayPOJOEntryIndexedPropertyGetter(propertyIndex, index, eventAdapterService, componentType); } }