@AutoService(value={IPropertyPostProcessor.class,IParameterPostProcessor.class,IResponsePostProcessor.class})
public class EnumPostProcessor
extends AbstractRestDocParseConfigAware
implements IPropertyPostProcessor, IParameterPostProcessor, IResponsePostProcessor
_config| 构造器和说明 |
|---|
EnumPostProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
ParameterModel |
postProcess(ParameterModel model,
java.lang.reflect.Parameter parameter) |
PropertyModel |
postProcess(PropertyModel propertyModel,
TypeContext typeContext) |
ResponseModel |
postProcess(ResponseModel model,
java.lang.reflect.Method method) |
setRestDocParseConfigpublic ParameterModel postProcess(ParameterModel model, java.lang.reflect.Parameter parameter)
postProcess 在接口中 IParameterPostProcessorpublic PropertyModel postProcess(PropertyModel propertyModel, TypeContext typeContext)
postProcess 在接口中 IPropertyPostProcessorpublic ResponseModel postProcess(ResponseModel model, java.lang.reflect.Method method)
postProcess 在接口中 IResponsePostProcessorCopyright © 2020. All Rights Reserved.