JBoss Reflection 2.2.1.SP1

org.jboss.beans.info.spi
Interface BeanInfoFactory

All Known Implementing Classes:
AbstractBeanInfoFactory

public interface BeanInfoFactory

BeanInfo Factory.

Version:
$Revision: 70886 $
Author:
Ales Justin, Adrian Brock

Method Summary
 BeanInfo getBeanInfo(ClassAdapter classAdapter)
          Retrieve the bean information
 BeanInfo getBeanInfo(ClassAdapter classAdapter, BeanAccessMode accessMode)
          Retrieve the bean information
 

Method Detail

getBeanInfo

BeanInfo getBeanInfo(ClassAdapter classAdapter)
Retrieve the bean information

Parameters:
classAdapter - the classAdapter
Returns:
the bean information

getBeanInfo

BeanInfo getBeanInfo(ClassAdapter classAdapter,
                     BeanAccessMode accessMode)
Retrieve the bean information

Parameters:
classAdapter - the classAdapter
accessMode - the access mode
Returns:
the bean information

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.