Class SchemaCustom.AnnotationDeletionVisitor

java.lang.Object
org.jibx.schema.SchemaVisitor
org.jibx.schema.codegen.custom.SchemaCustom.AnnotationDeletionVisitor
Enclosing class:
SchemaCustom

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

    • AnnotationDeletionVisitor

      private AnnotationDeletionVisitor()
  • Method Details

    • 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