Uses of Class
edu.university.ecs.lab.common.models.ir.Endpoint
Packages that use Endpoint
Package
Description
Provides classes and enums for representing architectural rules within the microservice system.
-
Uses of Endpoint in edu.university.ecs.lab.common.models.ir
Fields in edu.university.ecs.lab.common.models.ir declared as EndpointMethods in edu.university.ecs.lab.common.models.ir that return types with arguments of type EndpointModifier and TypeMethodDescriptionJClass.getEndpoints()
This method returns all endpoints found in the methods of this class, grouped under the same list as an Endpoint is an extension of a Method seeEndpoint
Microservice.getEndpoints()
This method returns all endpoints of a microserviceMethods in edu.university.ecs.lab.common.models.ir with parameters of type EndpointModifier and TypeMethodDescriptionstatic boolean
RestCall.matchEndpoint
(RestCall restcall, Endpoint endpoint) Checks if a rest call matches a given endpointprivate static boolean
RestCall.matchQueryParams
(RestCall restCall, Endpoint endpoint, int queryParamIndex) Checks if rest call parameters match parameters for the target endpoint -
Uses of Endpoint in edu.university.ecs.lab.common.models.sdg
Methods in edu.university.ecs.lab.common.models.sdg with parameters of type Endpoint -
Uses of Endpoint in edu.university.ecs.lab.detection.architecture.models
Methods in edu.university.ecs.lab.detection.architecture.models that return types with arguments of type EndpointModifier and TypeMethodDescriptionAR4.getEndpointsWithNoCalls
(MicroserviceSystem newSystem) This method generates a list of endpoints that have no rest callsMethods in edu.university.ecs.lab.detection.architecture.models with parameters of type EndpointModifier and TypeMethodDescriptionprivate static boolean
AR4.findMatch
(Endpoint endpoint, MicroserviceSystem newSystem) Check for modified/deleted endpoint in new system