Liferay 7.0-ce-b4

com.liferay.portal.kernel.jsonwebservice
Class JSONWebServiceScannerStrategy.MethodDescriptor

java.lang.Object
  extended by com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy.MethodDescriptor
Enclosing interface:
JSONWebServiceScannerStrategy

public static class JSONWebServiceScannerStrategy.MethodDescriptor
extends Object


Constructor Summary
JSONWebServiceScannerStrategy.MethodDescriptor(Method method)
           
 
Method Summary
 Class<?> getDeclaringClass()
           
 Method getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWebServiceScannerStrategy.MethodDescriptor

public JSONWebServiceScannerStrategy.MethodDescriptor(Method method)
Method Detail

getDeclaringClass

public Class<?> getDeclaringClass()

getMethod

public Method getMethod()

Liferay 7.0-ce-b4