public class RestMethodMetadata extends Object implements Serializable
Constructor and Description |
---|
RestMethodMetadata(Type returnType,
HttpMethod httpMethod,
String baseUrl,
String intfacePath,
String methodPathTemplate,
Class<? extends RuntimeException> exceptionType,
String reqContentType,
String resContentType,
String methodName,
Map<Class<? extends Annotation>,Annotation> methodAnnotationMap,
Annotation[][] parameterAnnotations) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
Class<? extends RuntimeException> |
getExceptionType() |
HttpMethod |
getHttpMethod() |
String |
getIntfacePath() |
Map<Class<? extends Annotation>,Annotation> |
getMethodAnnotationMap() |
String |
getMethodName() |
String |
getMethodPathTemplate() |
Annotation[][] |
getParameterAnnotations() |
String |
getReqContentType() |
String |
getResContentType() |
Type |
getReturnType() |
public RestMethodMetadata(Type returnType, HttpMethod httpMethod, String baseUrl, String intfacePath, String methodPathTemplate, Class<? extends RuntimeException> exceptionType, String reqContentType, String resContentType, String methodName, Map<Class<? extends Annotation>,Annotation> methodAnnotationMap, Annotation[][] parameterAnnotations)
public Type getReturnType()
public HttpMethod getHttpMethod()
public String getBaseUrl()
public String getIntfacePath()
public String getMethodPathTemplate()
public Class<? extends RuntimeException> getExceptionType()
public String getReqContentType()
public String getResContentType()
public String getMethodName()
public Map<Class<? extends Annotation>,Annotation> getMethodAnnotationMap()
public Annotation[][] getParameterAnnotations()
Copyright © 2012–2016. All rights reserved.