
br.eti.clairton.gson.hypermedia.HypermediableCollection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gson-hypermedia Show documentation
Show all versions of gson-hypermedia Show documentation
Possibilidade de usar Hypermedia com o GSON
The newest version!
package br.eti.clairton.gson.hypermedia;
import java.util.Collection;
public interface HypermediableCollection extends Hypermediable>{
Class getCollectionType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy