Package io.virtualan.api
Class ApiMethod
- java.lang.Object
-
- io.virtualan.api.ApiMethod
-
public class ApiMethod extends java.lang.ObjectThis ApiMethod class identify the rest operation type for the selected operation.- Author:
- Elan Thangamani
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetApiMethodParam(java.lang.reflect.Method method)static VirtualServiceKeyValuegetApiMethodParamAndURL(java.lang.reflect.Method method)static java.lang.StringgetURL(java.lang.reflect.Method method)
-
-
-
Method Detail
-
getApiMethodParam
public static java.lang.String getApiMethodParam(java.lang.reflect.Method method)
-
getApiMethodParamAndURL
public static VirtualServiceKeyValue getApiMethodParamAndURL(java.lang.reflect.Method method)
-
getURL
public static java.lang.String getURL(java.lang.reflect.Method method)
-
-