Class Flow
java.lang.Object
edu.university.ecs.lab.common.models.ir.Flow
- All Implemented Interfaces:
JsonSerializable
Represents a flow from controller level down to DAO.
-
Field Summary
Modifier and TypeFieldDescriptionprivate JClass
private Endpoint
private Field
private Microservice
private JClass
private Method
private MethodCall
private JClass
private Method
private MethodCall
private Field
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
Create JSON object from flow objectcom.google.gson.JsonObject
Create JSON object from flow object with only names
-
Field Details
-
model
-
controller
-
controllerMethod
-
serviceMethodCall
-
controllerServiceField
-
service
-
serviceMethod
-
repositoryMethodCall
-
serviceRepositoryField
-
repository
-
repositoryMethod
-
-
Constructor Details
-
Flow
public Flow()
-
-
Method Details
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()Create JSON object from flow object- Specified by:
toJsonObject
in interfaceJsonSerializable
- Returns:
- a JsonObject representing this
-
toSmallJsonObject
public com.google.gson.JsonObject toSmallJsonObject()Create JSON object from flow object with only names- Returns:
- flow JSON object
-