ca.gc.aafc.dina.repository.NoLinkInformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
package ca.gc.aafc.dina.repository;
import io.crnk.core.resource.links.LinksInformation;
/**
* Since CRNK does not have a way not to display links in API responses, this class will serve the
* purpose of not showing any information in the links.
*
* This is just used to remove the top-level links. To remove the other links in a response you will
* need to use the crnk-compact header.
*/
public class NoLinkInformation implements LinksInformation {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy