public class Endpoint extends Object
| Constructor and Description |
|---|
Endpoint(String path,
String httpMethod,
Collection<QueryParam> queryParams,
Collection<PathVar> pathVars,
RequestBody requestBody,
Collection<String> consumes,
Collection<String> produces,
String shortDescription,
String description,
com.sun.javadoc.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getConsumes() |
String |
getDescription() |
String |
getHttpMethod() |
String |
getPath() |
Collection<PathVar> |
getPathVars() |
Collection<String> |
getProduces() |
Collection<QueryParam> |
getQueryParams() |
RequestBody |
getRequestBody() |
String |
getShortDescription() |
com.sun.javadoc.Type |
getType() |
String |
toString() |
public Endpoint(String path, String httpMethod, Collection<QueryParam> queryParams, Collection<PathVar> pathVars, RequestBody requestBody, Collection<String> consumes, Collection<String> produces, String shortDescription, String description, com.sun.javadoc.Type type)
public String getPath()
public String getHttpMethod()
public Collection<QueryParam> getQueryParams()
public Collection<PathVar> getPathVars()
public RequestBody getRequestBody()
public Collection<String> getConsumes()
public Collection<String> getProduces()
public String getShortDescription()
public String getDescription()
public com.sun.javadoc.Type getType()
Copyright © 2013–2015 Calrissian. All rights reserved.