public class HttpMethodHelper extends Object
| Constructor and Description |
|---|
HttpMethodHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CacheInfo |
getCacheInfoForGET(Method method) |
static String |
getHttpMethod(Annotation[] annotations) |
static String |
getHttpMethod(Annotation[] annotations,
boolean allowNull) |
static StateValidationModel |
getStateValidationModel(Method method) |
public static String getHttpMethod(Annotation[] annotations) throws InvalidRestMethod
method - InvalidRestMethodpublic static String getHttpMethod(Annotation[] annotations, boolean allowNull) throws InvalidRestMethod
InvalidRestMethodpublic static CacheInfo getCacheInfoForGET(Method method)
method - public static StateValidationModel getStateValidationModel(Method method)
Copyright © 2016. All rights reserved.