Package | Description |
---|---|
org.dejava.component.reflection |
Modifier and Type | Method and Description |
---|---|
ClassMirror<?> |
FieldMirror.getDeclaringClass()
Gets the declaring class of the field.
|
ClassMirror<?> |
FieldMirror.getType()
Gets the type (class) of the reflected field.
|
Modifier and Type | Method and Description |
---|---|
Set<ClassMirror<?>> |
ClassMirror.getSuperClasses(Boolean includeInterfaces)
Gets all the classes and interfaces inherited by the reflected class (including this one).
|
Modifier and Type | Method and Description |
---|---|
void |
FieldMirror.setType(ClassMirror<?> type)
Sets the type (class) of the reflected field.
|
Copyright © 2013. All Rights Reserved.