public interface ApiRegisterProcessor extends Matcher<ApiBean>
| Modifier and Type | Method and Description |
|---|---|
default int |
order()
Determines the order in which processors are executed.
|
void |
process(ApiBean apiBean)
process.
|
default java.util.List<java.lang.Class<?>> |
supportedRegisterDataType()
registerDataType.
|
void process(ApiBean apiBean)
apiBean - apiBeandefault int order()
default java.util.List<java.lang.Class<?>> supportedRegisterDataType()
Copyright © 2023 The Apache Software Foundation. All rights reserved.