Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.base - Package : java.lang.reflect
Version documentée : Java SE 17

Classe « Parameter »

Informations générales

Héritage

java.lang.Object
    java.lang.reflect.Parameter

Définition

public final class Parameter extends java.lang.Object
implements java.lang.reflect.AnnotatedElement

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public AnnotatedType annotatedType R/-
public Annotation[] annotations R/-
public Annotation[] declaredAnnotations R/-
public Executable declaringExecutable R/-
public boolean implicit R/-
public int modifiers R/-
public String name R/-
public boolean namePresent R/-
public Type parameterizedType R/-
public boolean synthetic R/-
public Class type R/-
public boolean varArgs R/-

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public boolean equals( Object obj )
public AnnotatedType getAnnotatedType()
public <T> T getAnnotation( Class<T> annotationClass )
public Annotation[] getAnnotations()
public <T> T[] getAnnotationsByType( Class<T> annotationClass )
public <T> T getDeclaredAnnotation( Class<T> annotationClass )
public Annotation[] getDeclaredAnnotations()
public <T> T[] getDeclaredAnnotationsByType( Class<T> annotationClass )
public Executable getDeclaringExecutable()
public int getModifiers()
public String getName()
public Type getParameterizedType()
public Class<?> getType()
public int hashCode()
public boolean isImplicit()
public boolean isNamePresent()
public boolean isSynthetic()
public boolean isVarArgs()
public String toString()

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait