Interface PojoPropertyUtilsBean.CollectionItemClassProvider

All Known Implementing Classes:
PojoPropertyUtilsBean.LegacyDataAdapterProvider, PojoPropertyUtilsBean.PersistenceStructureServiceProvider
Enclosing class:
PojoPropertyUtilsBean

public static interface PojoPropertyUtilsBean.CollectionItemClassProvider
Thin interface for determining the appropriate item class for a collection property
  • Method Details

    • getCollectionItemClass

      Class<?> getCollectionItemClass(Object bean, String property)