|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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 | ||
|---|---|---|
|
BeanProperty.Accessor.of(Object... methodCalls)
{ TestClass testClass = this.beanProperty.newInstanceOfTransitivlyCapturedType( TestClass.class ); BeanPropertyAccessors<TestClass> beanPropertyAccessors = this.beanProperty.accessor.of( testClass.getFieldString(), testClass.getTestClass() .getFieldDouble() ); } |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||