Package ro.sync.json

Class JSONAndYAMLRuleMatcherBase

All Implemented Interfaces:
DocumentTypeCustomRuleMatcher, Extension

@API(type=EXTENDABLE, src=PRIVATE) public abstract class JSONAndYAMLRuleMatcherBase extends DocumentTypeAdvancedCustomRuleMatcher
OpenAPI base matcher.
  • Constructor Details

    • JSONAndYAMLRuleMatcherBase

      protected JSONAndYAMLRuleMatcherBase(String tagName, String[] versions)
      Constructor
      Parameters:
      tagName - The tag name to check.
      versions - The expected versions.
  • Method Details