Uses of Class
eos.model.web.EndpointMapping
-
Packages that use EndpointMapping Package Description eos.model.web eos.processor eos.web -
-
Uses of EndpointMapping in eos.model.web
Methods in eos.model.web that return EndpointMapping Modifier and Type Method Description EndpointMappingEndpointMappings. get(String key)Methods in eos.model.web that return types with arguments of type EndpointMapping Modifier and Type Method Description ConcurrentMap<String,EndpointMapping>EndpointMappings. getMappings()Methods in eos.model.web with parameters of type EndpointMapping Modifier and Type Method Description voidEndpointMappings. add(String key, EndpointMapping endpointMapping)Method parameters in eos.model.web with type arguments of type EndpointMapping Modifier and Type Method Description voidEndpointMappings. setMappings(ConcurrentMap<String,EndpointMapping> m) -
Uses of EndpointMapping in eos.processor
Methods in eos.processor with parameters of type EndpointMapping Modifier and Type Method Description protected voidEndpointProcessor. setBaseDetailsAdd(String path, EndpointMapping mapping, Method method, ObjectDetails objectDetails) -
Uses of EndpointMapping in eos.web
Methods in eos.web that return EndpointMapping Modifier and Type Method Description protected EndpointMappingHttpTransmission. getHttpMapping(String verb, String uri)Methods in eos.web with parameters of type EndpointMapping Modifier and Type Method Description protected List<EndpointPosition>HttpTransmission. getEndpointValues(String uri, EndpointMapping mapping)protected List<String>HttpTransmission. getRegexParts(EndpointMapping mapping)protected booleanHttpTransmission. variablesMatchUp(String uri, EndpointMapping endpointMapping)
-