|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.reflection.Reflection
public class Reflection
Fluent API
| Constructor Summary | |
|---|---|
Reflection()
|
|
| Method Summary | |
|---|---|
static BeanInstanceReflection |
of(java.lang.Object bean)
Wrapper para reflection sobre una instancia de un objeto |
static BeanReflection |
type(java.lang.Class<?> type)
|
static BeanReflection |
type(java.lang.String className)
Obtiene la definición de una clase (Class) a partir del nombre completo (incluido paquete) de la clase |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Reflection()
| Method Detail |
|---|
public static BeanReflection type(java.lang.Class<?> type)
public static BeanReflection type(java.lang.String className)
className - El nombre completo de la clase
ReflectionException - si NO se encuentra la clasepublic static BeanInstanceReflection of(java.lang.Object bean)
bean - el bean sobre el que se quiere hacer reflection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||