Uses of Interface
org.jboss.deployers.spi.annotations.Element

Packages that use Element
org.jboss.deployers.plugins.annotations   
org.jboss.deployers.spi.annotations   
 

Uses of Element in org.jboss.deployers.plugins.annotations
 

Classes in org.jboss.deployers.plugins.annotations that implement Element
 class AbstractElement<A extends Annotation,M extends AnnotatedElement>
          Abstract annotations element.
 class ClassElement<A extends Annotation,M extends AnnotatedElement>
          Class annotations element.
 class DefaultElement<A extends Annotation,M extends AnnotatedElement>
          Default annotations element.
 class ParametersElement<A extends Annotation,M extends AnnotatedElement>
          Parameters annotations element.
 

Methods in org.jboss.deployers.plugins.annotations that return types with arguments of type Element
<A extends Annotation>
Set<Element<A,Constructor<?>>>
DefaultAnnotationEnvironment.classHasConstructorAnnotatedWith(Class<A> annotation)
           
 Set<Element<Annotation,Constructor<?>>> DefaultAnnotationEnvironment.classHasConstructorAnnotatedWith(String annotationName)
           
<A extends Annotation>
Set<Element<A,Field>>
DefaultAnnotationEnvironment.classHasFieldAnnotatedWith(Class<A> annotation)
           
 Set<Element<Annotation,Field>> DefaultAnnotationEnvironment.classHasFieldAnnotatedWith(String annotationName)
           
<A extends Annotation>
Set<Element<A,Method>>
DefaultAnnotationEnvironment.classHasMethodAnnotatedWith(Class<A> annotation)
           
 Set<Element<Annotation,Method>> DefaultAnnotationEnvironment.classHasMethodAnnotatedWith(String annotationName)
           
<A extends Annotation>
Set<Element<A,AnnotatedElement>>
DefaultAnnotationEnvironment.classHasParameterAnnotatedWith(Class<A> annotation)
           
 Set<Element<Annotation,AnnotatedElement>> DefaultAnnotationEnvironment.classHasParameterAnnotatedWith(String annotationName)
           
<A extends Annotation>
Set<Element<A,Class<?>>>
DefaultAnnotationEnvironment.classIsAnnotatedWith(Class<A> annotation)
           
 Set<Element<Annotation,Class<?>>> DefaultAnnotationEnvironment.classIsAnnotatedWith(String annotationName)
           
protected
<A extends Annotation,M extends AnnotatedElement>
Set<Element<A,M>>
DefaultAnnotationEnvironment.transformToElements(ElementType type, Class<A> annClass, Class<M> aoClass)
          Transform class names into classes.
 

Uses of Element in org.jboss.deployers.spi.annotations
 

Methods in org.jboss.deployers.spi.annotations that return types with arguments of type Element
<A extends Annotation>
Set<Element<A,Constructor<?>>>
AnnotationEnvironment.classHasConstructorAnnotatedWith(Class<A> annotation)
          Get all classes who have some constructor annotated with annotation param.
 Set<Element<Annotation,Constructor<?>>> AnnotationEnvironment.classHasConstructorAnnotatedWith(String annotationName)
          Get all classes who have some constructor annotated with annotation param.
<A extends Annotation>
Set<Element<A,Field>>
AnnotationEnvironment.classHasFieldAnnotatedWith(Class<A> annotation)
          Get all classes who have some field annotated with annotation param.
 Set<Element<Annotation,Field>> AnnotationEnvironment.classHasFieldAnnotatedWith(String annotationName)
          Get all classes who have some field annotated with annotation param.
<A extends Annotation>
Set<Element<A,Method>>
AnnotationEnvironment.classHasMethodAnnotatedWith(Class<A> annotation)
          Get all classes who have some method annotated with annotation param.
 Set<Element<Annotation,Method>> AnnotationEnvironment.classHasMethodAnnotatedWith(String annotationName)
          Get all classes who have some method annotated with annotation param.
<A extends Annotation>
Set<Element<A,AnnotatedElement>>
AnnotationEnvironment.classHasParameterAnnotatedWith(Class<A> annotation)
          Get all classes who have some method's/constructor's parameter annotated with annotation param.
 Set<Element<Annotation,AnnotatedElement>> AnnotationEnvironment.classHasParameterAnnotatedWith(String annotationName)
          Get all classes who have some method's/constructor's parameter annotated with annotation param.
<A extends Annotation>
Set<Element<A,Class<?>>>
AnnotationEnvironment.classIsAnnotatedWith(Class<A> annotation)
          Get all classes annotated with annotation param.
 Set<Element<Annotation,Class<?>>> AnnotationEnvironment.classIsAnnotatedWith(String annotationName)
          Get all classes annotated with annotation param.
 



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