Package eos.model.web

Class EndpointMapping


  • public class EndpointMapping
    extends Object
    • Constructor Detail

      • EndpointMapping

        public EndpointMapping()
    • 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)
      • setTypeDetails

        public void setTypeDetails​(List<TypeFeature> typeDetails)
      • getTypeNames

        public List<String> getTypeNames()
      • setTypeNames

        public void setTypeNames​(List<String> typeNames)
      • getVariablePositions

        public List<Integer> getVariablePositions()
      • setVariablePositions

        public void setVariablePositions​(List<Integer> variablePositions)
      • setClassDetails

        public void setClassDetails​(ObjectDetails objectDetails)
      • setUrlBitFeatures

        public void setUrlBitFeatures​(UrlBitFeatures urlBitFeatures)