Class AbstractRegexMatcherParser

All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
AttributeScopeRegexMatcherParser, AttributeValueRegexMatcherParser

public abstract class AbstractRegexMatcherParser extends BaseAttributeValueMatcherParser
Base class for regex matching functors of natural type Matcher (mostly attribute value matchers).
  • Constructor Details

    • AbstractRegexMatcherParser

      public AbstractRegexMatcherParser()
  • Method Details