| Package | Description |
|---|---|
| org.projectodd.jrapidoc.model | |
| org.projectodd.jrapidoc.model.param |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HeaderParam> |
Return.getHeaderParams() |
Map<String,HeaderParam> |
Method.getHeaderParams() |
List<HeaderParam> |
Service.getHeaderParams() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Method.MethodBuilder.addHeaderParam(HeaderParam headerParam)
First try to add more specific value and then try to add less
specific value.
|
protected void |
Service.ResourceBuilder.addHeaderParam(HeaderParam headerParam)
First try to add more specific value and then try to add less
specific value.
|
| Modifier and Type | Method and Description |
|---|---|
Return.ReturnBuilder |
Return.ReturnBuilder.headerParams(List<HeaderParam> headerParams) |
void |
Return.setHeaderParams(Map<String,HeaderParam> headerParams) |
void |
Method.setHeaderParams(Map<String,HeaderParam> headerParams) |
| Modifier and Type | Method and Description |
|---|---|
HeaderParam |
HeaderParam.HeaderParamBuilder.build() |
Copyright © 2015. All rights reserved.