Item % of partially implemented % of fully implemented
java.lang.reflect
61
setAccessible(boolean) : void
getDeclaringClass() : Class
getName() : String
getModifiers() : int
getTypeParameters() : TypeVariable[]
getReturnType() : Class
getGenericReturnType() : Type
getParameterTypes() : Class[]
getParameterCount() : int
getGenericParameterTypes() : Type[]
getExceptionTypes() : Class[]
getGenericExceptionTypes() : Type[]
equals(Object) : boolean
hashCode() : int
toString() : String
toGenericString() : String
invoke(Object, Object[]) : Object
isBridge() : boolean
isVarArgs() : boolean
isSynthetic() : boolean
isDefault() : boolean
getDefaultValue() : Object
getAnnotation(Class) : Annotation
getDeclaredAnnotations() : Annotation[]
getParameterAnnotations() : Annotation[][]
getAnnotatedReturnType() : AnnotatedType