|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.vidageek.mirror.DefaultClassController<T>
public final class DefaultClassController<T>
Object to provide reflection for a Class object
| Constructor Summary | |
|---|---|
DefaultClassController(ReflectionProvider provider,
Class<T> clazz)
|
|
| Method Summary | |
|---|---|
GetterHandler |
get()
This part of the DSL controls getting field values. |
InvocationHandler<T> |
invoke()
This part of the DSL controls invocation of methods and constructors. |
ReflectionHandler<T> |
reflect()
This part of the DSL controls reflection of single reflection elements. |
AllReflectionHandler<T> |
reflectAll()
This part of the DSL controls reflection of lists of reflection elements. |
SetterHandler |
set()
This part of the DSL controls setting of fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultClassController(ReflectionProvider provider,
Class<T> clazz)
| Method Detail |
|---|
public InvocationHandler<T> invoke()
ClassController
invoke in interface ClassController<T>public SetterHandler set()
ClassController
set in interface ClassController<T>public GetterHandler get()
ClassController
get in interface ClassController<T>public ReflectionHandler<T> reflect()
ClassController
reflect in interface ClassController<T>public AllReflectionHandler<T> reflectAll()
ClassController
reflectAll in interface ClassController<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||