|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.vidageek.mirror.Mirror
Mirror instead.
@Deprecated public final class Mirror
| Method Summary | ||
|---|---|---|
static MemberController |
on(AnnotatedElement object)
Deprecated. Method to access reflection on any AccessibleObject |
|
static
|
on(Class<T> clazz)
Deprecated. Method to access reflection on clazz. |
|
static FieldController |
on(Field field)
Deprecated. Method to access reflection on any Field. |
|
static AccessorsController |
on(Object object)
Deprecated. Method to access reflection on object. |
|
static ClassController<?> |
on(String className)
Deprecated. Convenience method for on(Class). |
|
static Class<?> |
reflectClass(String className)
Deprecated. This method will reflect a Class object that is represented by className. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Class<?> reflectClass(String className)
className - Full qualified name of the class you want to reflect.
MirrorException - if no class on current ClassLoader has class represented by
className.
IllegalArgumentException - if className is null or empty.public static <T> ClassController<T> on(Class<T> clazz)
clazz - Class object to be used.
IllegalArgumentException - if clazz is null.public static AccessorsController on(Object object)
object - Object to be used.
IllegalArgumentException - if object is null.public static ClassController<?> on(String className)
on(Class).
on(Class),
reflectClass(String)public static MemberController on(AnnotatedElement object)
object - AccessibleObject to be used.
AccessibleObjectpublic static FieldController on(Field field)
field - to be used
IllegalArgumentException - if field is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||