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 TypKlasseBeschreibungclassRepresents a resolved array typeclassA BoundedReferenceType is the result of a generics wildcard expression ?classclassWhen 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.classA reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.classRepresent a resolved member.classclassclassReferenceType pointing to a type variable. -
Verwendungen von AnnotatedElement in org.aspectj.weaver.bcel
Klassen in org.aspectj.weaver.bcel, die AnnotatedElement implementierenModifizierer und TypKlasseBeschreibungstatic classLazyResolvedPointcutDefinition 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 FuzzyBooleanAnnotationTypePattern.matches(AnnotatedElement annotated) abstract FuzzyBooleanAnnotationTypePattern.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 TypKlasseBeschreibungclassWhen a Java15ReflectionBasedDelegate gets the pointcuts for a given class it tries to resolve them before returning.classSubtype of ResolvedMemberImpl used in reflection world.