Class RepresentationDTO

java.lang.Object
org.apache.gravitino.dto.rel.RepresentationDTO
All Implemented Interfaces:
Representation
Direct Known Subclasses:
SQLRepresentationDTO

public abstract class RepresentationDTO extends Object implements Representation
A DTO mirroring Representation. Representation DTOs are serialized with a type discriminator so Jackson can deserialize into the correct subtype.
  • Constructor Details

    • RepresentationDTO

      protected RepresentationDTO()
      Constructor for Jackson.
  • Method Details