|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
DefaultAnnotationEnvironment.classHasConstructorAnnotatedWith(Class<A> annotation)
|
|
Set<Element<Annotation,Constructor<?>>> |
DefaultAnnotationEnvironment.classHasConstructorAnnotatedWith(String annotationName)
|
|
|
DefaultAnnotationEnvironment.classHasFieldAnnotatedWith(Class<A> annotation)
|
|
Set<Element<Annotation,Field>> |
DefaultAnnotationEnvironment.classHasFieldAnnotatedWith(String annotationName)
|
|
|
DefaultAnnotationEnvironment.classHasMethodAnnotatedWith(Class<A> annotation)
|
|
Set<Element<Annotation,Method>> |
DefaultAnnotationEnvironment.classHasMethodAnnotatedWith(String annotationName)
|
|
|
DefaultAnnotationEnvironment.classHasParameterAnnotatedWith(Class<A> annotation)
|
|
Set<Element<Annotation,AnnotatedElement>> |
DefaultAnnotationEnvironment.classHasParameterAnnotatedWith(String annotationName)
|
|
|
DefaultAnnotationEnvironment.classIsAnnotatedWith(Class<A> annotation)
|
|
Set<Element<Annotation,Class<?>>> |
DefaultAnnotationEnvironment.classIsAnnotatedWith(String annotationName)
|
|
protected
|
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 | ||
---|---|---|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |