Package eos.model.web
Class EndpointMapping
- java.lang.Object
-
- eos.model.web.EndpointMapping
-
public class EndpointMapping extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectDetailsgetClassDetails()MethodgetMethod()StringgetPath()StringgetRegexedPath()List<TypeFeature>getTypeDetails()List<String>getTypeNames()UrlBitFeaturesgetUrlBitFeatures()List<Integer>getVariablePositions()StringgetVerb()voidsetClassDetails(ObjectDetails objectDetails)voidsetMethod(Method method)voidsetPath(String path)voidsetRegexedPath(String regexedPath)voidsetTypeDetails(List<TypeFeature> typeDetails)voidsetTypeNames(List<String> typeNames)voidsetUrlBitFeatures(UrlBitFeatures urlBitFeatures)voidsetVariablePositions(List<Integer> variablePositions)voidsetVerb(String verb)
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getRegexedPath
public String getRegexedPath()
-
setRegexedPath
public void setRegexedPath(String regexedPath)
-
getVerb
public String getVerb()
-
setVerb
public void setVerb(String verb)
-
getMethod
public Method getMethod()
-
setMethod
public void setMethod(Method method)
-
getTypeDetails
public List<TypeFeature> getTypeDetails()
-
setTypeDetails
public void setTypeDetails(List<TypeFeature> typeDetails)
-
getClassDetails
public ObjectDetails getClassDetails()
-
setClassDetails
public void setClassDetails(ObjectDetails objectDetails)
-
getUrlBitFeatures
public UrlBitFeatures getUrlBitFeatures()
-
setUrlBitFeatures
public void setUrlBitFeatures(UrlBitFeatures urlBitFeatures)
-
-