Uses of Class
com.github.jasminb.jsonapi.Links
-
Packages that use Links Package Description com.github.jasminb.jsonapi -
-
Uses of Links in com.github.jasminb.jsonapi
Methods in com.github.jasminb.jsonapi that return Links Modifier and Type Method Description @Nullable LinksJSONAPIDocument. getLinks()Gets links.Methods in com.github.jasminb.jsonapi with parameters of type Links Modifier and Type Method Description voidJSONAPIDocument. setLinks(Links links)Sets links.Constructors in com.github.jasminb.jsonapi with parameters of type Links Constructor Description JSONAPIDocument(T data, Links links, Map<String,Object> meta)Creates new JsonApiDocument.JSONAPIDocument(T data, Links links, Map<String,Object> meta, com.fasterxml.jackson.databind.ObjectMapper deserializer)Creates new JsonApiDocument.
-