Uses of Class
r01f.reflection.BeanInstanceReflection

Packages that use BeanInstanceReflection
r01f.reflection   
 

Uses of BeanInstanceReflection in r01f.reflection
 

Methods in r01f.reflection that return BeanInstanceReflection
 BeanInstanceReflection BeanReflection.load(java.lang.Object... constructorArgs)
          Obtiene una instancia de una clase a partir del nombre completo (incluido paquete) de la clase y utilizando el constructor por defecto Por defecto intenta hacer accesible el constructor...
static BeanInstanceReflection Reflection.of(java.lang.Object bean)
          Wrapper para reflection sobre una instancia de un objeto