public abstract class QualifierParameterChecker<Q> extends Checker<QualParams<Q>>
Constructor and Description |
---|
QualifierParameterChecker() |
Modifier and Type | Method and Description |
---|---|
QualifiedTypeFormatter<QualParams<Q>> |
createQualifiedTypeFormatter()
Create a QualifiedTypeFormatter to format QualifiedTypeMirrors into strings.
|
protected SurfaceSyntaxFormatterConfiguration<Q> |
createSurfaceSyntaxFormatterConfiguration()
Type systems should override this method to provide a configuration that is required to format
qualifiers in an annotation syntax.
|
createTypeFactory, getAnnotationProvider, getChecker, getCheckerAdapter, getContext, getElementUtils, getInvisibleQualifiers, getOptionConfiguration, getProcessingEnvironment, getQualifiedTypeUtils, getTreeUtils, getTypeFactory, getTypeUtils
public QualifiedTypeFormatter<QualParams<Q>> createQualifiedTypeFormatter()
Checker
createQualifiedTypeFormatter
in class Checker<QualParams<Q>>
protected SurfaceSyntaxFormatterConfiguration<Q> createSurfaceSyntaxFormatterConfiguration()