public class JaxrsSwaggerGeneratorContext extends DefaultSwaggerGeneratorContext
classAnnotationMgr, defaultParameterProcessor, defaultResponseTypeProcessor, methodAnnotationMgr, parameterAnnotationMgr, parameterTypeProcessorMgr, responseTypeProcessorMgr| Constructor and Description |
|---|
JaxrsSwaggerGeneratorContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(Class<?> cls) |
void |
correctPath(OperationGenerator operationGenerator) |
int |
getOrder() |
protected void |
initClassAnnotationMgr() |
protected void |
initMethodAnnotationMgr() |
protected void |
initParameterAnnotationMgr() |
protected void |
initResponseTypeProcessorMgr() |
findClassAnnotationProcessor, findMethodAnnotationProcessor, findParameterAnnotationProcessor, findParameterTypeProcessor, findResponseTypeProcessor, getDefaultParamProcessor, initDefaultParameterProcessor, initParameterTypeProcessorMgr, setDefaultParamProcessorpublic int getOrder()
getOrder in interface SwaggerGeneratorContextgetOrder in class DefaultSwaggerGeneratorContextpublic boolean canProcess(Class<?> cls)
canProcess in interface SwaggerGeneratorContextcanProcess in class DefaultSwaggerGeneratorContextprotected void initClassAnnotationMgr()
initClassAnnotationMgr in class DefaultSwaggerGeneratorContextprotected void initMethodAnnotationMgr()
initMethodAnnotationMgr in class DefaultSwaggerGeneratorContextprotected void initParameterAnnotationMgr()
initParameterAnnotationMgr in class DefaultSwaggerGeneratorContextprotected void initResponseTypeProcessorMgr()
initResponseTypeProcessorMgr in class DefaultSwaggerGeneratorContextpublic void correctPath(OperationGenerator operationGenerator)
correctPath in interface SwaggerGeneratorContextcorrectPath in class DefaultSwaggerGeneratorContextCopyright © 2017. All rights reserved.