GrpcToCaosDBConverters#
- public class GrpcToCaosDBConverters#
Utility class for converting GRPC’s native objects into our own CaosDB objects.
- Author:
Timm Fitschen
Methods#
convert#
convert#
- public EntityInterface convert(Entity from, EntityInterface entity)#
Set the content of
entityto that of the grpc message objectfrom. Also returnentityat the end.
convertAcls#
- public TransactionContainer convertAcls(List<EntityACL> aclsList)#