Package | Description |
---|---|
org.hibernate.validator.ap.internal.classchecks |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassCheck
Abstract base class for
ClassCheck implementations. |
class |
AbstractMethodOverrideCheck
Abstract base class for
ClassCheck implementations that check overridden methods. |
class |
ParametersMethodOverrideCheck
Checks if the parameters of overridden and overriding methods have correctly placed annotations.
|
class |
ReturnValueMethodOverrideCheck
Checks if the return value of overridden and overriding methods respects the inheritance rules.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ClassCheck> |
ClassCheckFactory.getClassChecks(javax.lang.model.element.Element element)
Provides a collections of checks to be performed on a given element.
|
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved