Package net.bluemind.core.rest.model
Class RestServiceApiDescriptor
java.lang.Object
net.bluemind.core.rest.model.RestServiceApiDescriptor
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionRestServiceApiDescriptor(Class<?> apiInterface, RestServiceApiDescriptor.MethodDescriptor[] methods, String rootPath)  - 
Method Summary
 
- 
Field Details
- 
apiInterface
 - 
methods
 - 
rootPath
 
 - 
 - 
Constructor Details
- 
RestServiceApiDescriptor
public RestServiceApiDescriptor(Class<?> apiInterface, RestServiceApiDescriptor.MethodDescriptor[] methods, String rootPath)  
 - 
 - 
Method Details