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 « Constructor<T> »

Informations générales

Héritage

java.lang.Object
    java.lang.reflect.AccessibleObject
        java.lang.reflect.Executable
            java.lang.reflect.Constructor

Définition

public final class Constructor<T> extends java.lang.reflect.Executable

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 boolean accessible -/W
public AnnotatedType annotatedReceiverType R/-
public AnnotatedType annotatedReturnType R/-
public Annotation[] declaredAnnotations R/-
public Class declaringClass R/-
public Class[] exceptionTypes R/-
public Type[] genericExceptionTypes R/-
public Type[] genericParameterTypes R/-
public int modifiers R/-
public String name R/-
public Annotation[][] parameterAnnotations R/-
public int parameterCount R/-
public Class[] parameterTypes R/-
public boolean synthetic R/-
public TypeVariable[] typeParameters R/-
public boolean varArgs R/-

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

annotatedExceptionTypes, annotatedParameterTypes, annotatedReceiverType, annotatedReturnType, declaredAnnotations, declaringClass, exceptionTypes, genericExceptionTypes, genericParameterTypes, modifiers, name, parameterAnnotations, parameterCount, parameterTypes, parameters, synthetic, typeParameters, varArgs

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

accessible, annotations, declaredAnnotations

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 getAnnotatedReceiverType()
public AnnotatedType getAnnotatedReturnType()
public <T> T getAnnotation( Class<T> annotationClass )
public Annotation[] getDeclaredAnnotations()
public Class<T> getDeclaringClass()
public Class<?>[] getExceptionTypes()
public Type[] getGenericExceptionTypes()
public Type[] getGenericParameterTypes()
public int getModifiers()
public String getName()
public Annotation[][] getParameterAnnotations()
public int getParameterCount()
public Class<?>[] getParameterTypes()
public TypeVariable<java.lang.reflect.Constructor<T>>[] getTypeParameters()
public int hashCode()
public boolean isSynthetic()
public boolean isVarArgs()
public T newInstance( Object[] initargs )
public void setAccessible( boolean flag )
public String toGenericString()
public String toString()

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

getAnnotatedExceptionTypes, getAnnotatedParameterTypes, getAnnotatedReceiverType, getAnnotatedReturnType, getAnnotation, getAnnotationsByType, getDeclaredAnnotations, getDeclaringClass, getExceptionTypes, getGenericExceptionTypes, getGenericParameterTypes, getModifiers, getName, getParameterAnnotations, getParameterCount, getParameterTypes, getParameters, getTypeParameters, isSynthetic, isVarArgs, toGenericString

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

canAccess, getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAccessible, isAnnotationPresent, setAccessible, setAccessible, trySetAccessible

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

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