| Package | Description |
|---|---|
| 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.reflect.impl.spring |
| Class and Description |
|---|
| Arguments
This class represents an argument list.
|
| ClassName
This is a simple identifier for a
Class. |
| 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 based on reflection
failed. |
| ReflectionUtilLimited
This is a limited subset of
ReflectionUtil that is GWT compatible. |
| Signature
This class represents a
"method signature". |
| TypeNotFoundException
A
TypeNotFoundException is thrown if a Type was requested (e.g. |
| VisibilityModifier
This enum contains the possible modifiers for the visibility of a java element (type, field, method or constructor).
|
| Class and Description |
|---|
| 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. |
| ReflectionUtilLimited
This is a limited subset of
ReflectionUtil that is GWT compatible. |
| Class and Description |
|---|
| GenericType
This is the interface of a generic type and allows simple and powerful access to the complex generic type-system
introduced in Java5.
|
| Class and Description |
|---|
| 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. |
| ReflectionUtil
This is the interface for a collection of utility functions to deal with
reflection. |
Copyright © 2001–2019 mmm-Team. All rights reserved.