public class DefaultBeanAdapterFactory extends AbstractBeanAdapterFactory
beanInfo, factory
Constructor and Description |
---|
DefaultBeanAdapterFactory(org.jboss.beans.info.spi.BeanInfo beanInfo,
org.jboss.reflect.spi.MethodInfo factory)
Create a new bean adapter factory
|
Modifier and Type | Method and Description |
---|---|
BeanAdapter |
newInstance()
Create a new BeanAdapter
|
getBeanInfo, getFactory
addProperty, getAvailable, getProperties, getPropertyHandler, getWildcardHandler, setWildcardHandler
public DefaultBeanAdapterFactory(org.jboss.beans.info.spi.BeanInfo beanInfo, org.jboss.reflect.spi.MethodInfo factory)
beanInfo
- the bean infofactory
- the factoryIllegalArgumentException
- for a null bean infopublic BeanAdapter newInstance()
BeanAdapterFactory
newInstance
in class AbstractBeanAdapterFactory
Copyright © 2014 JBoss by Red Hat. All rights reserved.