public final class EndPointDefinition extends Object implements Definition
| Modifier and Type | Class and Description |
|---|---|
static class |
EndPointDefinition.Verb |
REGEX_DEFINITION_URN, SEPARATOR| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptType() |
String |
getDoc() |
List<EndPointParam> |
getEndPointParams() |
Set<String> |
getExcludedFields() |
Set<String> |
getIncludedFields() |
Method |
getMethod() |
String |
getName() |
String |
getPath() |
EndPointDefinition.Verb |
getVerb() |
boolean |
isAccessTokenConsume() |
boolean |
isAccessTokenMandatory() |
boolean |
isAccessTokenPublish() |
boolean |
isAutoSortAndPagination() |
boolean |
isNeedAuthentification() |
boolean |
isNeedSession() |
boolean |
isServerSideSave() |
boolean |
isSessionInvalidate() |
public String getName()
getName in interface Definitionpublic String getPath()
public EndPointDefinition.Verb getVerb()
public String getAcceptType()
public Method getMethod()
public List<EndPointParam> getEndPointParams()
public boolean isNeedSession()
public boolean isSessionInvalidate()
public boolean isNeedAuthentification()
public boolean isAccessTokenPublish()
public boolean isAccessTokenMandatory()
public boolean isAccessTokenConsume()
public boolean isServerSideSave()
public boolean isAutoSortAndPagination()
public String getDoc()
Copyright © 2014. All Rights Reserved.