Uses of Class
edu.university.ecs.lab.common.models.ir.ProjectFile
Packages that use ProjectFile
Package
Description
Provides utilities and classes for serializing Java objects to JSON and deserializing JSON
back to Java objects using Gson library.
-
Uses of ProjectFile in edu.university.ecs.lab.common.models.ir
Subclasses of ProjectFile in edu.university.ecs.lab.common.models.irModifier and TypeClassDescriptionclass
Represents a project configuration fileclass
Represents a class in Java.Fields in edu.university.ecs.lab.common.models.ir with type parameters of type ProjectFileModifier and TypeFieldDescriptionprivate Set<ProjectFile>
MicroserviceSystem.orphans
Set of present files (class or configurations) who have no microserviceMethods in edu.university.ecs.lab.common.models.ir that return ProjectFileModifier and TypeMethodDescriptionGet the file of a given endpointMethods in edu.university.ecs.lab.common.models.ir that return types with arguments of type ProjectFileModifier and TypeMethodDescriptionMicroservice.getAllFiles()
This method returns all files of a microservice, it is the aggregate of getClasses() and getFiles() -
Uses of ProjectFile in edu.university.ecs.lab.common.models.serialization
Methods in edu.university.ecs.lab.common.models.serialization that return ProjectFileModifier and TypeMethodDescriptionProjectFileDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)