| Interface | Description |
|---|---|
| ClassMatch | |
| IndirectMatch |
All implementations can't direct match the class like
NameMatch did. |
| Class | Description |
|---|---|
| ClassAnnotationMatch |
Match the class by the given annotations in class.
|
| HierarchyMatch |
Match the class by the given super class or interfaces.
|
| MethodAnnotationMatch |
Match the class, which has methods with the certain annotations.
|
| MultiClassNameMatch |
Match class with a given set of classes.
|
| NameMatch |
Match the class with an explicit class name.
|
| ProtectiveShieldMatcher<T> |
In some cases, some frameworks and libraries use some binary codes tech too.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.