public abstract class BaseAnnotationApiProcessor<T extends java.lang.annotation.Annotation> extends java.lang.Object implements ApiAnnotationProcessor<T>, ApiRegisterProcessor
| Constructor and Description |
|---|
BaseAnnotationApiProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(ApiBean.ApiDefinition definition)
match.
|
boolean |
match(ApiBean element)
Evaluates this Matcher on the given element.
|
void |
process(ApiBean apiBean)
process.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotation, matchAnnotation, process, process, processorder, supportedRegisterDataTypepublic void process(ApiBean apiBean)
ApiAnnotationProcessorprocess in interface ApiAnnotationProcessor<T extends java.lang.annotation.Annotation>process in interface ApiBeanProcessorprocess in interface ApiRegisterProcessorapiBean - apiBeanpublic boolean match(ApiBean element)
Matcherpublic boolean match(ApiBean.ApiDefinition definition)
definition - definitionCopyright © 2023 The Apache Software Foundation. All rights reserved.