Uses of Class
edu.university.ecs.lab.common.models.ir.MethodCall
Package
Description
Provides utilities and classes for serializing Java objects to JSON and deserializing JSON
back to Java objects using Gson library.
Contains utility classes for file management, JSON handling, and source code parsing.
Provides classes and enums for representing architectural rules within the microservice system.
-
Uses of MethodCall in edu.university.ecs.lab.common.models.enums
Modifier and TypeMethodDescriptionprivate String
RestCallTemplate.preParseURL
(com.github.javaparser.ast.expr.MethodCallExpr mce, MethodCall mc) ModifierConstructorDescriptionRestCallTemplate
(com.github.javaparser.ast.expr.MethodCallExpr mce, MethodCall mc, com.github.javaparser.ast.CompilationUnit cu) -
Uses of MethodCall in edu.university.ecs.lab.common.models.ir
Modifier and TypeFieldDescriptionprivate MethodCall
Flow.repositoryMethodCall
private MethodCall
Flow.serviceMethodCall
Modifier and TypeFieldDescriptionprivate List<MethodCall>
JClass.methodCalls
List of method invocations made from within this classModifier and TypeMethodDescriptionMicroservice.getMethodCalls()
This method returns all method calls of a microserviceModifier and TypeMethodDescriptionstatic boolean
MethodCall.matchMethod
(MethodCall methodCall, Method method) Checks if a method call matches a given method -
Uses of MethodCall in edu.university.ecs.lab.common.models.serialization
Modifier and TypeMethodDescriptionMethodCallDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) private MethodCall
MethodCallDeserializer.jsonToMethodCall
(com.google.gson.JsonObject json) -
Uses of MethodCall in edu.university.ecs.lab.common.utils
Modifier and TypeMethodDescriptionstatic MethodCall
SourceToObjectUtils.convertValidRestCalls
(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, MethodCall methodCall) This method converts a valid MethodCall to an RestCallModifier and TypeMethodDescriptionprivate static List<MethodCall>
FlowUtils.findAllRepositoryMethodCalls
(Flow flow) This method find's all method calls from the serviceMethod of a flowprivate static List<MethodCall>
FlowUtils.findAllServiceMethodCalls
(Flow flow) This method find's all method calls from the controllerMethod of a flowstatic List<MethodCall>
SourceToObjectUtils.parseMethodCalls
(List<com.github.javaparser.ast.body.MethodDeclaration> methodDeclarations) This method parses methodDeclarations list and returns a Set of MethodCall modelsModifier and TypeMethodDescriptionstatic MethodCall
SourceToObjectUtils.convertValidRestCalls
(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, MethodCall methodCall) This method converts a valid MethodCall to an RestCall -
Uses of MethodCall in edu.university.ecs.lab.detection.architecture.models
Modifier and TypeMethodDescriptionstatic List<MethodCall>
AR6.getUniqueMethodCalls
(List<MethodCall> oldMethodCalls, List<MethodCall> newMethodCalls) Modifier and TypeMethodDescriptionstatic List<MethodCall>
AR6.getUniqueMethodCalls
(List<MethodCall> oldMethodCalls, List<MethodCall> newMethodCalls)