Uses of Package
net.sf.mmm.util.reflect.api

Packages that use net.sf.mmm.util.reflect.api
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.nls.impl Contains the implementation for the native language support (NLS). 
net.sf.mmm.util.nls.impl.formatter Contains the implementation of formatters for the native language support (NLS). 
net.sf.mmm.util.pojo.api Provides the API for dealing with Pojos. 
net.sf.mmm.util.pojo.base Provides the base-implementation of the Pojo API. 
net.sf.mmm.util.pojo.descriptor.api Provides the API for introspection of Pojos. 
net.sf.mmm.util.pojo.descriptor.api.accessor Provides the accessors of the API for introspection of Pojos. 
net.sf.mmm.util.pojo.descriptor.api.attribute Provides the common attribute-interfaces of the API for introspection of Pojos. 
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.base.accessor Contains the basic implementation of the Introspection-Accessor-API
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
net.sf.mmm.util.pojo.descriptor.impl.accessor Contains the implementation of the Introspection-Accessor-API
net.sf.mmm.util.pojo.path.api Provides the API for navigating a PojoPath
net.sf.mmm.util.pojo.path.base Contains the base-implementation of the PojoPath API. 
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
net.sf.mmm.util.reflect.impl Contains implementations of the Reflection-Util API and other internals of this reflection-util. 
net.sf.mmm.util.value.api Provides the API for generic handling of values. 
net.sf.mmm.util.value.base Contains the base-implementations of the value API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.cli.base
AnnotationUtil
          This is the interface for a collection of utility functions to deal with annotations.
CollectionReflectionUtil
          This is the interface for a collection of utility functions to deal with Collections reflectively.
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
ReflectionUtil
          This is the interface for a collection of utility functions to deal with reflection.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.nls.impl
ReflectionUtil
          This is the interface for a collection of utility functions to deal with reflection.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.nls.impl.formatter
ReflectionUtil
          This is the interface for a collection of utility functions to deal with reflection.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.api
InstantiationFailedException
          An InstantiationFailedException indicates that the instantiation of a Class failed for arbitrary reasons.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.base
InstantiationFailedException
          An InstantiationFailedException indicates that the instantiation of a Class failed for arbitrary reasons.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.descriptor.api
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
ReflectionException
          A ReflectionException is thrown if an operation using reflection failed.
VisibilityModifier
          This enum contains the possible modifiers for the visibility of a java element (type, field, method or constructor).
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.descriptor.api.accessor
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
ReflectionException
          A ReflectionException is thrown if an operation using reflection failed.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.descriptor.api.attribute
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.descriptor.base
CollectionReflectionUtil
          This is the interface for a collection of utility functions to deal with Collections reflectively.
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
ReflectionUtil
          This is the interface for a collection of utility functions to deal with reflection.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.descriptor.base.accessor
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.descriptor.impl
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
VisibilityModifier
          This enum contains the possible modifiers for the visibility of a java element (type, field, method or constructor).
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.descriptor.impl.accessor
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
ReflectionException
          A ReflectionException is thrown if an operation using reflection failed.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.path.api
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
InstantiationFailedException
          An InstantiationFailedException indicates that the instantiation of a Class failed for arbitrary reasons.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.pojo.path.base
CollectionReflectionUtil
          This is the interface for a collection of utility functions to deal with Collections reflectively.
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
ReflectionUtil
          This is the interface for a collection of utility functions to deal with reflection.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.reflect.api
Arguments
          This class represents an argument list.
ClassResolver
          This is the callback interface used to resolve a type by some logical name to the Class reflecting that type.
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
GenericTypeFactory
          This is the interface for a factory with ability to create GenericTypes.
ReflectionException
          A ReflectionException is thrown if an operation using reflection failed.
Signature
          This class represents a "method signature".
TypeNotFoundException
          A TypeNotFoundException is thrown if a Type was requested (e.g. via Class.forName(String)) but could NOT be found.
VisibilityModifier
          This enum contains the possible modifiers for the visibility of a java element (type, field, method or constructor).
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.reflect.base
AnnotationUtil
          This is the interface for a collection of utility functions to deal with annotations.
ClassResolver
          This is the callback interface used to resolve a type by some logical name to the Class reflecting that type.
CollectionReflectionUtil
          This is the interface for a collection of utility functions to deal with Collections reflectively.
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
GenericTypeFactory
          This is the interface for a factory with ability to create GenericTypes.
ReflectionUtil
          This is the interface for a collection of utility functions to deal with reflection.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.reflect.impl
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.value.api
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.value.base
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
ReflectionUtil
          This is the interface for a collection of utility functions to deal with reflection.
 

Classes in net.sf.mmm.util.reflect.api used by net.sf.mmm.util.value.impl
CollectionReflectionUtil
          This is the interface for a collection of utility functions to deal with Collections reflectively.
GenericType
          This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
 



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