Uses of Class
com.github.jasminb.jsonapi.Link
-
Packages that use Link Package Description com.github.jasminb.jsonapi -
-
Uses of Link in com.github.jasminb.jsonapi
Methods in com.github.jasminb.jsonapi that return Link Modifier and Type Method Description LinkLinks. getFirst()Convenience method for returning thefirstlink.LinkLinks. getLast()Convenience method for returning thelastlink.LinkLinks. getLink(String linkName)Convenience method for returning named link.LinkLinks. getNext()Convenience method for returning thenextlink.LinkLinks. getPrevious()Convenience method for returning theprevlink.LinkLinks. getRelated()Convenience method for returning therelatedlink.LinkLinks. getSelf()Convenience method for returning theselflink.Methods in com.github.jasminb.jsonapi that return types with arguments of type Link Modifier and Type Method Description Map<String,Link>Links. getLinks()Gets all registered links.Methods in com.github.jasminb.jsonapi with parameters of type Link Modifier and Type Method Description voidJSONAPIDocument. addLink(String linkName, Link link)Adds a named link.voidLinks. addLink(String linkName, Link link)Adds a named link.voidLink.LinkSerializer. serialize(Link link, com.fasterxml.jackson.core.JsonGenerator json, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.github.jasminb.jsonapi with type arguments of type Link Constructor Description Links(Map<String,Link> linkMap)Create new Links.
-