org.jboss.beans.info.plugins
Class AllBeanInfo

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.beans.info.plugins.AbstractBeanInfo
          extended by org.jboss.beans.info.plugins.FieldBeanInfo
              extended by org.jboss.beans.info.plugins.AllBeanInfo
All Implemented Interfaces:
Cloneable, BeanInfo, org.jboss.util.JBossInterface

public class AllBeanInfo
extends FieldBeanInfo

All bean info.

Author:
Ales Justin
See Also:
BeanAccessMode.ALL

Field Summary
 
Fields inherited from class org.jboss.beans.info.plugins.FieldBeanInfo
fieldsByName
 
Fields inherited from class org.jboss.beans.info.plugins.AbstractBeanInfo
classAdapter
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
AllBeanInfo(BeanInfoFactory beanInfoFactory, ClassAdapter classAdapter, Set<PropertyInfo> properties, Set<ConstructorInfo> constructors, Set<MethodInfo> methods, Set<EventInfo> events)
           
 
Method Summary
protected  org.jboss.beans.info.plugins.FieldFilter getFieldFilter()
          Get the field filter.
 
Methods inherited from class org.jboss.beans.info.plugins.FieldBeanInfo
getField, getFields, replaceProperty, setFields, setProperties
 
Methods inherited from class org.jboss.beans.info.plugins.AbstractBeanInfo
addProperty, equals, findPropertyInfo, getBeanInfoFactory, getClassInfo, getConstructors, getEvents, getHashCode, getJoinpointFactory, getMethods, getName, getProperties, getProperty, getProperty, invoke, invoke, invoke, invoke, invokeStatic, invokeStatic, invokeStatic, invokeStatic, newInstance, newInstance, newInstance, newInstance, replaceAndAddProperty, setConstructors, setEvents, setMethods, setProperty, toShortString, toString
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString
 

Constructor Detail

AllBeanInfo

public AllBeanInfo(BeanInfoFactory beanInfoFactory,
                   ClassAdapter classAdapter,
                   Set<PropertyInfo> properties,
                   Set<ConstructorInfo> constructors,
                   Set<MethodInfo> methods,
                   Set<EventInfo> events)
Method Detail

getFieldFilter

protected org.jboss.beans.info.plugins.FieldFilter getFieldFilter()
Description copied from class: FieldBeanInfo
Get the field filter.

Overrides:
getFieldFilter in class FieldBeanInfo
Returns:
the field filter


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