Class SchemaCustom.AnnotationDeletionVisitor

  • Enclosing class:
    SchemaCustom

    private static class SchemaCustom.AnnotationDeletionVisitor
    extends SchemaVisitor
    Visitor to delete annotations from schema components.
    • Constructor Detail

      • AnnotationDeletionVisitor

        private AnnotationDeletionVisitor()
    • Method Detail

      • visit

        public boolean visit​(AnnotatedBase node)
        Visit any component of schema definition. This just deletes any annotation present.
        Overrides:
        visit in class SchemaVisitor
        Parameters:
        node -
        Returns:
        true to continue expansion