Uses of Interface
org.jboss.beans.metadata.spi.ValueMetaData

Packages that use ValueMetaData
org.jboss.beans.metadata.plugins Classes used to deploy beans, an abstract implementation. 
org.jboss.beans.metadata.spi Classes used to deploy beans. 
org.jboss.kernel.plugins.config Kernel plugins, an abstract configuration implementation. 
org.jboss.kernel.spi.config Classes used to define configuration plugins. 
 

Uses of ValueMetaData in org.jboss.beans.metadata.plugins
 

Classes in org.jboss.beans.metadata.plugins that implement ValueMetaData
 class AbstractArrayMetaData
          Array metadata.
 class AbstractCollectionMetaData
          Collection metadata.
 class AbstractDependencyValueMetaData
          Dependency value.
 class AbstractListMetaData
          List metadata.
 class AbstractMapMetaData
          Map metadata.
 class AbstractSetMetaData
          Set metadata.
 class AbstractTypeMetaData
          A typed value.
 class AbstractValueMetaData
          Plain value.
 class StringValueMetaData
          String value.
 

Fields in org.jboss.beans.metadata.plugins declared as ValueMetaData
protected  ValueMetaData AbstractClassLoaderMetaData.classloader
          The classloader
protected  ValueMetaData AbstractConstructorMetaData.factory
          The factory
protected  ValueMetaData AbstractAnnotationAttributeMetaData.value
          The attribute value
protected  ValueMetaData AbstractParameterMetaData.value
          The parameter value
protected  ValueMetaData AbstractPropertyMetaData.value
          The property value
 

Methods in org.jboss.beans.metadata.plugins that return ValueMetaData
 ValueMetaData AbstractClassLoaderMetaData.getClassLoader()
           
 ValueMetaData AbstractConstructorMetaData.getFactory()
           
 ValueMetaData AbstractAnnotationAttributeMetaData.getValue()
           
 ValueMetaData AbstractParameterMetaData.getValue()
           
 ValueMetaData AbstractPropertyMetaData.getValue()
           
 

Methods in org.jboss.beans.metadata.plugins with parameters of type ValueMetaData
 void AbstractClassLoaderMetaData.setClassLoader(ValueMetaData classloader)
          Set the classloader
 void AbstractConstructorMetaData.setFactory(ValueMetaData factory)
          Set the factory
 void AbstractAnnotationAttributeMetaData.setValue(ValueMetaData value)
          Set the value
 void AbstractParameterMetaData.setValue(ValueMetaData value)
           
 void AbstractPropertyMetaData.setValue(ValueMetaData value)
          Set the value
 

Constructors in org.jboss.beans.metadata.plugins with parameters of type ValueMetaData
AbstractAnnotationAttributeMetaData(String name, ValueMetaData value)
          Create a new annotation meta data
AbstractClassLoaderMetaData(ValueMetaData classloader)
          Create a new classloader
AbstractParameterMetaData(String type, ValueMetaData value)
          Create a new parameter meta data
AbstractPropertyMetaData(String name, ValueMetaData value)
          Create a new attribute meta data
 

Uses of ValueMetaData in org.jboss.beans.metadata.spi
 

Methods in org.jboss.beans.metadata.spi that return ValueMetaData
 ValueMetaData ClassLoaderMetaData.getClassLoader()
          Get the classloader
 ValueMetaData ConstructorMetaData.getFactory()
          Get the factory.
 ValueMetaData AnnotationAttributeMetaData.getValue()
          Get the value.
 ValueMetaData ParameterMetaData.getValue()
          Get the value.
 ValueMetaData PropertyMetaData.getValue()
          Get the value.
 

Uses of ValueMetaData in org.jboss.kernel.plugins.config
 

Methods in org.jboss.kernel.plugins.config with parameters of type ValueMetaData
 TargettedJoinpoint AbstractKernelConfigurator.getPropertySetterJoinPoint(BeanInfo info, String property, ClassLoader cl, ValueMetaData vmd)
           
static TargettedJoinpoint Configurator.getPropertySetterJoinPoint(BeanInfo info, String property, ClassLoader cl, ValueMetaData vmd)
          Get property setter for an property
static TargettedJoinpoint Configurator.getPropertySetterJoinPoint(boolean trace, PropertyInfo info, ClassLoader cl, ValueMetaData metaData)
          Get an property setter joinpoint
 

Uses of ValueMetaData in org.jboss.kernel.spi.config
 

Methods in org.jboss.kernel.spi.config with parameters of type ValueMetaData
 TargettedJoinpoint KernelConfigurator.getPropertySetterJoinPoint(BeanInfo info, String property, ClassLoader cl, ValueMetaData vmd)
          Get property setter join point
 



Copyright © 2004 JBoss Inc. All Rights Reserved.