@Internal public class IntrospectedTypeElementVisitor extends Object implements TypeElementVisitor<Object,Object>
TypeElementVisitor
that visits classes annotated with Introspected
and produces
BeanIntrospectionReference
instances at compilation time.TypeElementVisitor.VisitorKind
Modifier and Type | Field and Description |
---|---|
static int |
POSITION
The position of the visitor.
|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
IntrospectedTypeElementVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
finish(VisitorContext visitorContext)
Called once when visitor processing finishes.
|
int |
getOrder() |
TypeElementVisitor.VisitorKind |
getVisitorKind() |
void |
visitClass(ClassElement element,
VisitorContext context)
Executed when a class is encountered that matches the
|
void |
visitConstructor(ConstructorElement element,
VisitorContext context)
Executed when a constructor is encountered that matches the
|
void |
visitField(FieldElement element,
VisitorContext context)
Executed when a field is encountered that matches the
|
void |
visitMethod(MethodElement element,
VisitorContext context)
Executed when a method is encountered that matches the
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassType, getElementType, getSupportedAnnotationNames, getSupportedOptions, start
isEnabled
public static final int POSITION
public int getOrder()
public void visitClass(ClassElement element, VisitorContext context)
TypeElementVisitor
visitClass
in interface TypeElementVisitor<Object,Object>
element
- The elementcontext
- The visitor contextpublic void visitConstructor(ConstructorElement element, VisitorContext context)
TypeElementVisitor
visitConstructor
in interface TypeElementVisitor<Object,Object>
element
- The elementcontext
- The visitor contextpublic void visitMethod(MethodElement element, VisitorContext context)
TypeElementVisitor
visitMethod
in interface TypeElementVisitor<Object,Object>
element
- The elementcontext
- The visitor contextpublic void visitField(FieldElement element, VisitorContext context)
TypeElementVisitor
visitField
in interface TypeElementVisitor<Object,Object>
element
- The elementcontext
- The visitor context@NonNull public TypeElementVisitor.VisitorKind getVisitorKind()
getVisitorKind
in interface TypeElementVisitor<Object,Object>
public void finish(VisitorContext visitorContext)
TypeElementVisitor
finish
in interface TypeElementVisitor<Object,Object>
visitorContext
- The visitor context