All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.gc.aafc.dina.dto.JsonApiResource Maven / Gradle / Ivy

The newest version!
package ca.gc.aafc.dina.dto;

import java.util.UUID;

/**
 * Interface of a resource (usually DTO) that can be exposed in JSON:API.
 *
 */
public interface JsonApiResource {
  String getJsonApiType();
  UUID getJsonApiId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy