public class BeanImportVisitor extends java.lang.Object implements TypeElementVisitor<Import,java.lang.Object>
Import
.TypeElementVisitor.VisitorKind
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
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, wait
finish, getClassType, getElementType, getSupportedOptions, start, visitConstructor, visitField, visitMethod
isEnabled
public void visitClass(ClassElement element, VisitorContext context)
TypeElementVisitor
visitClass
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>