Uses of Class org.apache.bsf.util.Bean

Uses in package org.apache.bsf.util

Methods with parameter type org.apache.bsf.util.Bean

void
ReflectionUtils.setField(Object target, String fieldName, Bean value, TypeConvertorRegistry tcr)

Methods with return type org.apache.bsf.util.Bean

Bean
ReflectionUtils.createBean(ClassLoader cld, String className, Class[] argTypes, Object[] args)
Create a bean using given class loader and using the appropriate constructor for the given args of the given arg types.
Bean
ReflectionUtils.createBean(ClassLoader cld, String className, Object[] args)
Create a bean using given class loader and using the appropriate constructor for the given args.
Bean
ReflectionUtils.getField(Object target, String fieldName)
Bean
ReflectionUtils.getProperty(Object target, String propName, Integer index)
Get a property of a bean.