Interface AnnotationSubsetConfigurator


  • @OpenApiAll
    public interface AnnotationSubsetConfigurator
    When registered to AnnotationSubsetConfigurators, can modify (restrict, append) annotation categories that are 1) Highlighted in diagrams by drawing rectangle around symbols 2) Marked in the diagram right-side bar (marker area)
    See Also:
    AnnotationSubset, AnnotationSubsetConfigurators
    • Method Detail

      • configureHighlightAnnotationSubset

        AnnotationSubset configureHighlightAnnotationSubset​(AnnotationSubset highlightedAnnotations)
        Returns:
        different subset to be highlighted in diagrams, or the same instance if it does not change
      • configureMarkerAnnotationSubset

        AnnotationSubset configureMarkerAnnotationSubset​(AnnotationSubset markedAnnotations)
        Returns:
        different subset to be highlighted in diagrams, or the same instance if it does not change