Class IntrospectedTypeElementVisitor

  • All Implemented Interfaces:
    io.micronaut.core.order.Ordered, io.micronaut.core.util.Toggleable, TypeElementVisitor<java.lang.Object,​java.lang.Object>

    @Internal
    public class IntrospectedTypeElementVisitor
    extends java.lang.Object
    implements TypeElementVisitor<java.lang.Object,​java.lang.Object>
    A TypeElementVisitor that visits classes annotated with Introspected and produces BeanIntrospectionReference instances at compilation time.
    Since:
    1.1
    • Field Detail

      • POSITION

        public static final int POSITION
        The position of the visitor.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IntrospectedTypeElementVisitor

        public IntrospectedTypeElementVisitor()