Class PluginMatcher

  • All Implemented Interfaces:
    VersionMatcher

    public class PluginMatcher
    extends AbstractMatcher
    The PluginMatcher is the matcher responsible for parsing and applying the matching algorithm at the plugin level (plugin level annotations). The application of the rules is still evaluated per method call
    Author:
    alpapad@gmail.com
    • Constructor Detail

      • PluginMatcher

        public PluginMatcher​(Class<?> pluginClass)
        Instantiates a new plugin matcher.
        Parameters:
        pluginClass - the plugin class