Class Transformation
java.lang.Object
de.aristaflow.ilm.ws.rest.model.orgmodel.Transformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <T extends Entity>
TfillEntity(EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs, T ret) protected static <T extends Entity>
TfillEntity(EntityType entType, Map<String, Object> attrs, T ret) static EntityfromRest(EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs) static EntityfromRest(EntityType entType, Map<String, Object> attrs) static EntityfromRest(Long id, EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs) static Entitystatic Entity
-
Constructor Details
-
Transformation
public Transformation()
-
-
Method Details
-
fromRest
-
fromRest
-
fillEntity
protected static <T extends Entity> T fillEntity(EntityType entType, Map<String, Object> attrs, T ret) -
fromRest
public static Entity fromRest(Long id, EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs) -
fromRest
public static Entity fromRest(EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs) -
fillEntity
protected static <T extends Entity> T fillEntity(EntityType entType, jakarta.ws.rs.core.MultivaluedMap<String, String> attrs, T ret) -
toRest
-
toRest
-