public class RestMethodInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
httpMethod |
boolean |
isReadMethod |
protected com.google.gwt.core.ext.typeinfo.JMethod |
method |
protected String |
methodURI |
protected Annotation[][] |
parameterAnnotations |
protected StateValidationModel |
validationModel |
| Constructor and Description |
|---|
RestMethodInfo(com.google.gwt.core.ext.typeinfo.JMethod method,
Annotation[][] parameterAnnotations,
String methodURI,
String httpMethod,
StateValidationModel validationModel,
boolean isReadMethod) |
protected com.google.gwt.core.ext.typeinfo.JMethod method
protected Annotation[][] parameterAnnotations
protected String methodURI
public String httpMethod
protected StateValidationModel validationModel
public boolean isReadMethod
public RestMethodInfo(com.google.gwt.core.ext.typeinfo.JMethod method,
Annotation[][] parameterAnnotations,
String methodURI,
String httpMethod,
StateValidationModel validationModel,
boolean isReadMethod)
Copyright © 2015. All rights reserved.