public class ApiDocProcessorImpl extends BaseAnnotationApiProcessor<org.apache.shenyu.client.apidocs.annotations.ApiDoc>
ApiDoc annotationsApiDoc| Constructor and Description |
|---|
ApiDocProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<org.apache.shenyu.client.apidocs.annotations.ApiDoc> |
matchAnnotation()
support annotation.
|
void |
process(ApiBean.ApiDefinition definition,
org.apache.shenyu.client.apidocs.annotations.ApiDoc annotation)
process API.
|
void |
process(ApiBean apiBean,
org.apache.shenyu.client.apidocs.annotations.ApiDoc annotation)
process API Bean.
|
java.util.List<java.lang.Class<?>> |
supportedRegisterDataType()
registerDataType.
|
match, match, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotation, processorderpublic void process(ApiBean apiBean, org.apache.shenyu.client.apidocs.annotations.ApiDoc annotation)
ApiAnnotationProcessorapiBean - apiBeanannotation - annotationpublic void process(ApiBean.ApiDefinition definition, org.apache.shenyu.client.apidocs.annotations.ApiDoc annotation)
ApiAnnotationProcessordefinition - definitionannotation - annotationpublic java.lang.Class<org.apache.shenyu.client.apidocs.annotations.ApiDoc> matchAnnotation()
ApiAnnotationProcessorpublic java.util.List<java.lang.Class<?>> supportedRegisterDataType()
ApiRegisterProcessorCopyright © 2023 The Apache Software Foundation. All rights reserved.