public class ClassCheckFactory
extends java.lang.Object
ClassCheck
s based on the type of the element we need to check.Constructor and Description |
---|
ClassCheckFactory(javax.lang.model.util.Types typeUtils,
javax.lang.model.util.Elements elementUtils,
ConstraintHelper constraintHelper) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ClassCheck> |
getClassChecks(javax.lang.model.element.Element element)
Provides a collections of checks to be performed on a given element.
|
static ClassCheckFactory |
getInstance(javax.lang.model.util.Types typeUtils,
javax.lang.model.util.Elements elementUtils,
ConstraintHelper constraintHelper) |
public ClassCheckFactory(javax.lang.model.util.Types typeUtils, javax.lang.model.util.Elements elementUtils, ConstraintHelper constraintHelper)
public static ClassCheckFactory getInstance(javax.lang.model.util.Types typeUtils, javax.lang.model.util.Elements elementUtils, ConstraintHelper constraintHelper)
public java.util.Collection<ClassCheck> getClassChecks(javax.lang.model.element.Element element)
element
- an element you'd like to checkCopyright © 2007-2022 Red Hat, Inc. All Rights Reserved