| Modifier and Type | Method and Description |
|---|---|
static CodeModelHelper.JExtMethod |
CodeModelHelper.ext(com.sun.codemodel.JMethod jMethod,
com.sun.codemodel.JCodeModel jCodeModel) |
| Modifier and Type | Method and Description |
|---|---|
GenericJavaClassRule |
GenericJavaClassRule.setMethodBodyRule(Rule<CodeModelHelper.JExtMethod,com.sun.codemodel.JMethod,ApiActionMetadata> methodBodyRule) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JMethod |
MethodParamsRule.apply(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
com.sun.codemodel.JMethod |
ImplementMeMethodBodyRule.apply(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
com.sun.codemodel.JMethod |
DelegatingMethodBodyRule.apply(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
protected com.sun.codemodel.JVar |
MethodParamsRule.paramHttpHeaders(CodeModelHelper.JExtMethod generatableType) |
protected com.sun.codemodel.JVar |
MethodParamsRule.paramObjects(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
protected com.sun.codemodel.JVar |
MethodParamsRule.paramQueryForm(ApiParameterMetadata paramMetaData,
CodeModelHelper.JExtMethod generatableType) |
| Constructor and Description |
|---|
ControllerMethodSignatureRule(Rule<com.sun.codemodel.JDefinedClass,com.sun.codemodel.JType,ApiActionMetadata> responseTypeRule,
Rule<CodeModelHelper.JExtMethod,com.sun.codemodel.JMethod,ApiActionMetadata> paramsRule) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JMethod |
SpringRestClientMethodBodyRule.apply(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
protected com.sun.codemodel.JVar |
SpringMethodParamsRule.paramHttpHeaders(CodeModelHelper.JExtMethod generatableType) |
protected com.sun.codemodel.JVar |
SpringMethodParamsRule.paramObjects(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
protected com.sun.codemodel.JVar |
SpringMethodParamsRule.paramQueryForm(ApiParameterMetadata paramMetaData,
CodeModelHelper.JExtMethod generatableType) |
Copyright © 2017. All rights reserved.