| Interface | Description |
|---|---|
| ClassCheck |
Implementations represent checks that determine whether a given class
is implemented correctly.
|
| Class | Description |
|---|---|
| AbstractClassCheck |
Abstract base class for
ClassCheck implementations. |
| AbstractMethodOverrideCheck |
Abstract base class for
ClassCheck implementations that check overridden methods. |
| ClassCheckFactory |
A factory class that provides a collection of
ClassChecks based on the type of the element we need to check. |
| MethodInheritanceTree |
Represents an inheritance tree of overridden methods.
|
| MethodInheritanceTree.Builder | |
| ParametersMethodOverrideCheck |
Checks if the parameters of overridden and overriding methods have correctly placed annotations.
|
| ReturnValueMethodOverrideCheck |
Checks if the return value of overridden and overriding methods respects the inheritance rules.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved