Uses of Class
org.omnaest.utils.beans.result.BeanPropertyAccessors

Packages that use BeanPropertyAccessors
org.omnaest.utils.beans   
org.omnaest.utils.proxy   
 

Uses of BeanPropertyAccessors in org.omnaest.utils.beans
 

Methods in org.omnaest.utils.beans that return BeanPropertyAccessors
static
<B> BeanPropertyAccessors<B>
BeanUtils.beanPropertyAccessors(Class<B> beanClass)
          Returns the BeanPropertyAccessors for a given Java Bean type
 

Uses of BeanPropertyAccessors in org.omnaest.utils.proxy
 

Methods in org.omnaest.utils.proxy that return BeanPropertyAccessors
<B> BeanPropertyAccessors<B>
BeanProperty.Accessor.of(Object... methodCalls)
           { TestClass testClass = this.beanProperty.newInstanceOfTransitivlyCapturedType( TestClass.class ); BeanPropertyAccessors<TestClass> beanPropertyAccessors = this.beanProperty.accessor.of( testClass.getFieldString(), testClass.getTestClass() .getFieldDouble() ); }
 



Copyright © 2013. All Rights Reserved.