| Modifier and Type | Method and Description |
|---|---|
Set<ApiActionMetadata> |
ApiResourceMetadata.getApiCalls() |
| Modifier and Type | Method and Description |
|---|---|
protected Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
Spring4ControllerStubRule.getResponseBodyAnnotationRule() |
protected Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
Spring4ControllerInterfaceRule.getResponseBodyAnnotationRule() |
protected Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
Spring4ControllerDecoratorRule.getResponseBodyAnnotationRule() |
protected Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
Spring3ControllerStubRule.getResponseBodyAnnotationRule() |
protected Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
Spring3ControllerInterfaceRule.getResponseBodyAnnotationRule() |
protected Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
Spring3ControllerDecoratorRule.getResponseBodyAnnotationRule() |
| Modifier and Type | Method and Description |
|---|---|
GenericJavaClassRule |
GenericJavaClassRule.addMethodAnnotationRule(Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> methodAnnotationRule) |
GenericJavaClassRule |
GenericJavaClassRule.setMethodBodyRule(Rule<CodeModelHelper.JExtMethod,com.sun.codemodel.JMethod,ApiActionMetadata> methodBodyRule) |
GenericJavaClassRule |
GenericJavaClassRule.setMethodCommentRule(Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JDocComment,ApiActionMetadata> methodCommentRule) |
GenericJavaClassRule |
GenericJavaClassRule.setMethodSignatureRule(Rule<com.sun.codemodel.JDefinedClass,com.sun.codemodel.JMethod,ApiActionMetadata> methodSignatureRule) |
| 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) |
com.sun.codemodel.JMethod |
ControllerMethodSignatureRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JDefinedClass generatableType) |
com.sun.codemodel.JDocComment |
MethodCommentRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JMethod generatableType) |
protected com.sun.codemodel.JVar |
MethodParamsRule.paramObjects(ApiActionMetadata endpointMetadata,
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) |
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 |
|---|---|
protected abstract Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
SpringControllerStubRule.getResponseBodyAnnotationRule() |
protected abstract Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
SpringControllerInterfaceRule.getResponseBodyAnnotationRule() |
protected abstract Rule<com.sun.codemodel.JMethod,com.sun.codemodel.JAnnotationUse,ApiActionMetadata> |
SpringControllerDecoratorRule.getResponseBodyAnnotationRule() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JMethod |
SpringRestClientMethodBodyRule.apply(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
com.sun.codemodel.JType |
SpringSimpleResponseTypeRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JDefinedClass generatableType) |
com.sun.codemodel.JType |
SpringSimpleCallableResponseTypeRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JDefinedClass generatableType) |
com.sun.codemodel.JType |
SpringResponseEntityRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JDefinedClass generatableType) |
com.sun.codemodel.JType |
SpringFeignClientResponseTypeRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JDefinedClass generatableType) |
com.sun.codemodel.JType |
SpringCallableResponseEntityRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JDefinedClass generatableType) |
com.sun.codemodel.JAnnotationUse |
SpringResponseBodyMethodAnnotationRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JMethod generatableType) |
com.sun.codemodel.JAnnotationUse |
SpringRequestMappingMethodAnnotationRule.apply(ApiActionMetadata endpointMetadata,
com.sun.codemodel.JMethod generatableType) |
protected com.sun.codemodel.JVar |
SpringMethodParamsRule.paramObjects(ApiActionMetadata endpointMetadata,
CodeModelHelper.JExtMethod generatableType) |
Copyright © 2017. All rights reserved.