public class Reflection extends Object
Reflection()
String
getClassName(Class<?> clazz)
Field[]
getDeclaredFields(Class<?> clazz)
Method[]
getDeclaredMethods(Class<?> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Reflection()
public Field[] getDeclaredFields(Class<?> clazz)
public Method[] getDeclaredMethods(Class<?> clazz)
public String getClassName(Class<?> clazz)
Copyright © 2023. All rights reserved.