public interface LinkCollector
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.Links |
getLinksFor(Object object)
Returns all
Links for the given object. |
org.springframework.hateoas.Links |
getLinksFor(Object object,
org.springframework.hateoas.Links existing)
Returns all
Links for the given object and already existing Link. |
org.springframework.hateoas.Links |
getLinksForNested(Object object,
org.springframework.hateoas.Links existing) |
org.springframework.hateoas.Links getLinksFor(Object object)
Links for the given object.object - must not be null.org.springframework.hateoas.Links getLinksFor(Object object, org.springframework.hateoas.Links existing)
Links for the given object and already existing Link.object - must not be null.existing - must not be null.org.springframework.hateoas.Links getLinksForNested(Object object, org.springframework.hateoas.Links existing)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.