net.sf.mmm.util.pojo.descriptor.base
Interface PojoDescriptorDependencies

All Known Implementing Classes:
ExtendedPojoDescriptorDependenciesImpl, PojoDescriptorDependenciesImpl

public interface PojoDescriptorDependencies

This interface bundles the dependencies for the POJO-introspection. It contains the required components.

Since:
2.0.0 (renamed, 1.1.0)
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 CollectionReflectionUtil getCollectionReflectionUtil()
          This method gets the CollectionReflectionUtil instance to use.
 ReflectionUtil getReflectionUtil()
          This method gets the ReflectionUtil instance to use.
 

Method Detail

getReflectionUtil

ReflectionUtil getReflectionUtil()
This method gets the ReflectionUtil instance to use.

Returns:
the ReflectionUtil to use.

getCollectionReflectionUtil

CollectionReflectionUtil getCollectionReflectionUtil()
This method gets the CollectionReflectionUtil instance to use.

Returns:
the CollectionReflectionUtil to use.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.