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 « Field »

Informations générales

Héritage

java.lang.Object
    java.lang.reflect.AccessibleObject
        java.lang.reflect.Field

Définition

public final class Field extends java.lang.reflect.AccessibleObject
implements java.lang.reflect.Member

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 annotatedType R/-
public Annotation[] declaredAnnotations R/-
public Class declaringClass R/-
public boolean enumConstant R/-
public Type genericType R/-
public int modifiers R/-
public String name R/-
public boolean synthetic R/-
public Class type R/-

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 Object get( Object obj )
public AnnotatedType getAnnotatedType()
public <T> T getAnnotation( Class<T> annotationClass )
public <T> T[] getAnnotationsByType( Class<T> annotationClass )
public boolean getBoolean( Object obj )
public byte getByte( Object obj )
public char getChar( Object obj )
public Annotation[] getDeclaredAnnotations()
public Class<?> getDeclaringClass()
public double getDouble( Object obj )
public float getFloat( Object obj )
public Type getGenericType()
public int getInt( Object obj )
public long getLong( Object obj )
public int getModifiers()
public String getName()
public short getShort( Object obj )
public Class<?> getType()
public int hashCode()
public boolean isEnumConstant()
public boolean isSynthetic()
public void set( Object obj, Object value )
public void setAccessible( boolean flag )
public void setBoolean( Object obj, boolean z )
public void setByte( Object obj, byte b )
public void setChar( Object obj, char c )
public void setDouble( Object obj, double d )
public void setFloat( Object obj, float f )
public void setInt( Object obj, int i )
public void setLong( Object obj, long l )
public void setShort( Object obj, short s )
public String toGenericString()
public String toString()

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