Verwendungen von Schnittstelle
org.aspectj.weaver.AnnotatedElement
Packages, die AnnotatedElement verwenden
Package
Beschreibung
-
Verwendungen von AnnotatedElement in org.aspectj.weaver
Unterschnittstellen von AnnotatedElement in org.aspectj.weaverKlassen in org.aspectj.weaver, die AnnotatedElement implementierenModifizierer und TypKlasseBeschreibungclass
Represents a resolved array typeclass
A BoundedReferenceType is the result of a generics wildcard expression ?class
class
When we try to resolve a type in the world that we require to be present, and then fail to find it, we return an instance of this class.class
A reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.class
Represent a resolved member.class
class
class
ReferenceType pointing to a type variable. -
Verwendungen von AnnotatedElement in org.aspectj.weaver.bcel
Klassen in org.aspectj.weaver.bcel, die AnnotatedElement implementierenModifizierer und TypKlasseBeschreibungstatic class
LazyResolvedPointcutDefinition lazyly resolve the pointcut so that we have time to register all pointcut referenced before pointcut resolution happens -
Verwendungen von AnnotatedElement in org.aspectj.weaver.patterns
Methoden in org.aspectj.weaver.patterns mit Parametern vom Typ AnnotatedElementModifizierer und TypMethodeBeschreibungAnnotationTypePattern.fastMatches
(AnnotatedElement annotated) AnyAnnotationTypePattern.fastMatches
(AnnotatedElement annotated) ExactAnnotationFieldTypePattern.fastMatches
(AnnotatedElement annotated) ExactAnnotationTypePattern.fastMatches
(AnnotatedElement annotated) AndAnnotationTypePattern.matches
(AnnotatedElement annotated) AndAnnotationTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) abstract FuzzyBoolean
AnnotationTypePattern.matches
(AnnotatedElement annotated) abstract FuzzyBoolean
AnnotationTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) AnyAnnotationTypePattern.matches
(AnnotatedElement annotated) AnyAnnotationTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) BindingAnnotationFieldTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) ExactAnnotationFieldTypePattern.matches
(AnnotatedElement annotated) ExactAnnotationFieldTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) ExactAnnotationTypePattern.matches
(AnnotatedElement annotated) ExactAnnotationTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) NotAnnotationTypePattern.matches
(AnnotatedElement annotated) NotAnnotationTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) OrAnnotationTypePattern.matches
(AnnotatedElement annotated) OrAnnotationTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) WildAnnotationTypePattern.matches
(AnnotatedElement annotated) WildAnnotationTypePattern.matches
(AnnotatedElement annotated, ResolvedType[] parameterAnnotations) ExactAnnotationFieldTypePattern.matchesRuntimeType
(AnnotatedElement annotated) ExactAnnotationTypePattern.matchesRuntimeType
(AnnotatedElement annotated) -
Verwendungen von AnnotatedElement in org.aspectj.weaver.reflect
Klassen in org.aspectj.weaver.reflect, die AnnotatedElement implementierenModifizierer und TypKlasseBeschreibungclass
When a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.class
Subtype of ResolvedMemberImpl used in reflection world.