@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, waitgetClassType, getElementType, getSupportedAnnotationNames, getSupportedOptions, startisEnabledpublic static final int POSITION
public int getOrder()
public void visitClass(ClassElement element, VisitorContext context)
TypeElementVisitorvisitClass in interface TypeElementVisitor<Object,Object>element - The elementcontext - The visitor contextpublic void visitConstructor(ConstructorElement element, VisitorContext context)
TypeElementVisitorvisitConstructor in interface TypeElementVisitor<Object,Object>element - The elementcontext - The visitor contextpublic void visitMethod(MethodElement element, VisitorContext context)
TypeElementVisitorvisitMethod in interface TypeElementVisitor<Object,Object>element - The elementcontext - The visitor contextpublic void visitField(FieldElement element, VisitorContext context)
TypeElementVisitorvisitField 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)
TypeElementVisitorfinish in interface TypeElementVisitor<Object,Object>visitorContext - The visitor context