Uses of Class
edu.university.ecs.lab.common.models.ir.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
Modifier and TypeClassDescriptionclass
Represents a project configuration fileclass
Represents a class in Java.Modifier and TypeFieldDescriptionprivate Set<ProjectFile>
MicroserviceSystem.orphans
Set of present files (class or configurations) who have no microserviceModifier and TypeMethodDescriptionGet the file of a given endpointModifier 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
Modifier and TypeMethodDescriptionProjectFileDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)