public class EntryPoint extends Object
| Constructor and Description |
|---|
EntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodDecorationName()
Getter method for methodDecorationName
|
String |
getMethodName()
Getter method for methodName
|
List<EntryPointParameter> |
getParameters()
Getter method for parameters
|
Set<org.springframework.web.bind.annotation.RequestMethod> |
getRequestMethods()
Getter method for requestMethods
|
Class<?> |
getResponseType()
Getter method for responseType
|
Class<?> |
getType()
Getter method for type
|
Set<String> |
getUrls()
Getter method for urls
|
void |
setMethodDecorationName(String methodDecorationName)
Setter method for methodDecorationName
|
void |
setMethodName(String methodName)
Setter method for methodName
|
void |
setParameters(List<EntryPointParameter> parameters)
Setter method for parameters
|
void |
setRequestMethods(Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods)
Setter method for requestMethods
|
void |
setResponseType(Class<?> responseType)
Setter method for responseType
|
void |
setType(Class<?> type)
Setter method for type
|
void |
setUrls(Set<String> urls)
Setter method for urls
|
String |
toString() |
public Class<?> getType()
public void setType(Class<?> type)
type - the type to setpublic String getMethodName()
public void setMethodName(String methodName)
methodName - the methodName to setpublic Set<org.springframework.web.bind.annotation.RequestMethod> getRequestMethods()
public void setRequestMethods(Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods)
requestMethods - the requestMethods to setpublic List<EntryPointParameter> getParameters()
public void setParameters(List<EntryPointParameter> parameters)
parameters - the parameters to setpublic void setUrls(Set<String> urls)
urls - the urls to setpublic String getMethodDecorationName()
public void setMethodDecorationName(String methodDecorationName)
methodDecorationName - the methodDecorationName to setpublic Class<?> getResponseType()
public void setResponseType(Class<?> responseType)
responseType - the responseType to setCopyright © 2015. All rights reserved.