public class ClassWrap extends Object
Class<?>
clazz
Field[]
fields
List<MethodWrap>
methodWraps
protected
ClassWrap(Class<?> clz)
static ClassWrap
get(Class<?> clz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final Class<?> clazz
public final List<MethodWrap> methodWraps
public final Field[] fields
protected ClassWrap(Class<?> clz)
public static ClassWrap get(Class<?> clz)
Copyright © 2019. All rights reserved.