Class SuperclassMatcher
- java.lang.Object
-
- io.gitlab.plunts.gradle.plantuml.plugin.matcher.AbstractDependencyMatcher
-
- io.gitlab.plunts.gradle.plantuml.plugin.matcher.SuperclassMatcher
-
- All Implemented Interfaces:
BaselineMatcher,java.io.Serializable,java.util.function.Predicate<io.github.classgraph.ClassInfo>
public class SuperclassMatcher extends AbstractDependencyMatcher
Matcher to include or exclude superclasses of classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuperclassMatcher()
-
Method Summary
-
Methods inherited from class io.gitlab.plunts.gradle.plantuml.plugin.matcher.AbstractDependencyMatcher
configureAccept, configureReject, inPackage, of, of, of, test
-
-