Uses of Class
edu.university.ecs.lab.common.models.ir.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
Modifier 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 microserviceModifier 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
-
Uses of Endpoint in edu.university.ecs.lab.detection.architecture.models
Modifier and TypeMethodDescriptionAR4.getEndpointsWithNoCalls
(MicroserviceSystem newSystem) This method generates a list of endpoints that have no rest callsModifier and TypeMethodDescriptionprivate static boolean
AR4.findMatch
(Endpoint endpoint, MicroserviceSystem newSystem) Check for modified/deleted endpoint in new system