public class BeanImportVisitor extends java.lang.Object implements TypeElementVisitor<Import,java.lang.Object>
Import.TypeElementVisitor.VisitorKind| Constructor and Description |
|---|
BeanImportVisitor() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ClassElement> |
collectInjectableElements(ClassElement element,
VisitorContext context) |
int |
getOrder() |
java.util.Set<java.lang.String> |
getSupportedAnnotationNames() |
TypeElementVisitor.VisitorKind |
getVisitorKind() |
void |
visitClass(ClassElement element,
VisitorContext context)
Executed when a class is encountered that matches the
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinish, getClassType, getElementType, getSupportedOptions, start, visitConstructor, visitField, visitMethodpublic void visitClass(ClassElement element, VisitorContext context)
TypeElementVisitorvisitClass in interface TypeElementVisitor<Import,java.lang.Object>element - The elementcontext - The visitor context@NonNull public static java.util.List<ClassElement> collectInjectableElements(ClassElement element, VisitorContext context)
public java.util.Set<java.lang.String> getSupportedAnnotationNames()
getSupportedAnnotationNames in interface TypeElementVisitor<Import,java.lang.Object>@NonNull public TypeElementVisitor.VisitorKind getVisitorKind()
getVisitorKind in interface TypeElementVisitor<Import,java.lang.Object>public int getOrder()
getOrder in interface io.micronaut.core.order.Ordered