See:
Description
| Interface Summary | |
|---|---|
| AnnotatedElement | Represents an annotated element of the program currently running in this VM. |
| GenericArrayType | GenericArrayType represents an array type whose component type is either a parameterized type or a type variable. |
| GenericDeclaration | A common interface for all entities that declare type variables. |
| InvocationHandler | InvocationHandler is the interface implemented by
the invocation handler of a proxy instance. |
| Member | Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor. |
| ParameterizedType | ParameterizedType represents a parameterized type such as Collection<String>. |
| Type | Type is the common superinterface for all types in the Java programming language. |
| TypeVariable<D extends GenericDeclaration> | TypeVariable is the common superinterface for type variables of kinds. |
| WildcardType | WildcardType represents a wildcard type expression, such as ?, ? extends Number, or ? super Integer. |
| Class Summary | |
|---|---|
| AccessibleObject | The AccessibleObject class is the base class for Field, Method and Constructor objects. |
| Array | The Array class provides static methods to dynamically create and
access Java arrays. |
| Constructor<T> | Constructor provides information about, and access to, a single
constructor for a class. |
| Field | A Field provides information about, and dynamic access to, a
single field of a class or an interface. |
| Method | A Method provides information about, and access to, a single method
on a class or interface. |
| Modifier | The Modifier class provides static methods and
constants to decode class and member access modifiers. |
| Proxy | Proxy provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods. |
| ReflectPermission | The Permission class for reflective operations. |
| Exception Summary | |
|---|---|
| InvocationTargetException | InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor. |
| MalformedParameterizedTypeException | Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it. |
| UndeclaredThrowableException | Thrown by a method invocation on a proxy instance if its invocation
handler's invoke method throws a
checked exception (a Throwable that is not assignable
to RuntimeException or Error) that
is not assignable to any of the exception types declared in the
throws clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler. |
| Error Summary | |
|---|---|
| GenericSignatureFormatError | Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor. |
Provides classes and interfaces for obtaining reflective information about classes and objects. Reflection allows programmatic access to information about the fields, methods and constructors of loaded classes, and the use reflected fields, methods, and constructors to operate on their underlying counterparts on objects, within security restrictions.
AccessibleObject allows supression of access checks if
the necessary ReflectPermission is available.
Arrays provides static methods to dynamically create and
access arrays.
Classes in this package, along with java.lang.Class
accommodate applications such as debuggers, interpreters, object
inspectors, class browsers, and services such as Object Serialization
and JavaBeans that need access to either the public members of a
target object (based on its runtime class) or the members declared by
a given class.
Ces informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
7 mots clés dont 0 définis manuellement (plus d'information...).
Avertissement
Cette page ne possède pas encore de mots clés manuels, ceci est donc un exemple automatique (les niveaux de pertinence sont fictifs, mais les liens sont valables). Pour tester le nuage avec une page qui contient des mots définis manuellement, vous pouvez cliquer ici.Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher le nuage de mots clés.
Recherche (afficher)
Utilisateur (masquer)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)