
br.eti.clairton.gson.hypermedia.Hypermediable 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;
public interface Hypermediable {
String getResource(T src);
String getOperation(T src);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy