Uses of Interface
org.jboss.kernel.plugins.annotations.Annotation2ValueMetaDataAdapter

Packages that use Annotation2ValueMetaDataAdapter
org.jboss.kernel.plugins.annotations   
org.jboss.kernel.plugins.annotations.wb   
 

Uses of Annotation2ValueMetaDataAdapter in org.jboss.kernel.plugins.annotations
 

Classes in org.jboss.kernel.plugins.annotations that implement Annotation2ValueMetaDataAdapter
 class ArrayConstructorValueAnnotationPlugin
          Array constructor annotation plugin.
 class ArrayValueAnnotationPlugin
          Array value annotation plugin.
 class CollectionConstructorValueAnnotationPlugin
          Collection constructor annotation plugin.
 class CollectionsAnnotationPlugin<C extends Annotation>
          Abstract collactions value annotaion plugin.
 class CollectionValueAnnotationPlugin
          Collection value annotation plugin.
 class ConstructorValueAnnotationPlugin<C extends Annotation>
          Constructor value annotation plugin.
 class InjectAnnotationPlugin
          Inject value annotation plugin.
 class InjectConstructorValueAnnotationPlugin
          Inject constructor annotation plugin.
 class JavaBeanValueAnnotationPlugin
          JavaBean value annotation plugin.
 class ListConstructorValueAnnotationPlugin
          List constructor annotation plugin.
 class ListValueAnnotationPlugin
          List value annotation plugin.
 class MapConstructorValueAnnotationPlugin
          Map constructor annotation plugin.
 class MapValueAnnotationPlugin
          Map value annotation plugin.
 class NullValueAnnotationPlugin
          Null value annotation plugin.
 class PropertyAnnotationPlugin<C extends Annotation>
          Abstract property annotation plugin.
 class SearchPropertyAnnotationPlugin
          Search value annotation plugin.
 class SetConstructorValueAnnotationPlugin
          Set constructor annotation plugin.
 class SetValueAnnotationPlugin
          Set value annotation plugin.
 class StringValueAnnotationPlugin
          String value annotation plugin.
 class StringValueConstructorValueAnnotationPlugin
          String constructor annotation plugin.
 class ThisValueAnnotationPlugin
          This value annotation plugin.
 class ValueFactoryAnnotationPlugin
          Value factory annotation plugin.
 class ValueFactoryConstructorValueAnnotationPlugin
          Value factory constructor annotation plugin.
 

Fields in org.jboss.kernel.plugins.annotations with type parameters of type Annotation2ValueMetaDataAdapter
protected  Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> AbstractAdaptersAnnotationPlugin.adapters
           
 

Methods in org.jboss.kernel.plugins.annotations with parameters of type Annotation2ValueMetaDataAdapter
 void BasicBeanMetaDataAnnotationAdapter.addAnnotation2ValueMetaDataAdapter(Annotation2ValueMetaDataAdapter<? extends Annotation> adapter)
          Add Annotation2ValueMetaDataAdapter adapter.
 void BasicBeanAnnotationAdapter.addAnnotation2ValueMetaDataAdapter(Annotation2ValueMetaDataAdapter<? extends Annotation> adapter)
          Add Annotation2ValueMetaDataAdapter adapter.
 void BasicBeanMetaDataAnnotationAdapter.removeAnnotation2ValueMetaDataAdapter(Annotation2ValueMetaDataAdapter<? extends Annotation> adapter)
          Remove Annotation2ValueMetaDataAdapter adapter.
 void BasicBeanAnnotationAdapter.removeAnnotation2ValueMetaDataAdapter(Annotation2ValueMetaDataAdapter<? extends Annotation> adapter)
          Remove Annotation2ValueMetaDataAdapter adapter.
 

Constructor parameters in org.jboss.kernel.plugins.annotations with type arguments of type Annotation2ValueMetaDataAdapter
AbstractAdaptersAnnotationPlugin(Class<C> annotation, Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
AbstractConstructorParameterAnnotationPlugin(Class<C> annotation, Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
AbstractMethodParameterAnnotationPlugin(Class<C> annotation, Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
AbstractParameterAnnotationPlugin(Class<C> annotation, Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
ClassFactoryAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
ConstructorParameterAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
CreateLifecycleAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
DestroyLifecycleAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
FactoryMethodAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
InstallationParameterAnnotationPlugin(Class<C> annotation, Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
InstallMethodParameterAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
LifecycleParameterAnnotationPlugin(Class<C> annotation, Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
StartLifecycleAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
StopLifecycleAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
UninstallMethodParameterAnnotationPlugin(Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
           
 

Uses of Annotation2ValueMetaDataAdapter in org.jboss.kernel.plugins.annotations.wb
 

Classes in org.jboss.kernel.plugins.annotations.wb that implement Annotation2ValueMetaDataAdapter
 class AnnotationsPropertyInjectionAnnotationPlugin
          Generic annotations injection metadata value creator.
 class WBInjectAnnotationPlugin
          Web beans kind of inject.
 



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