public class NestedLinkCollectingAssociationHandler extends Object implements SimpleAssociationHandler
| Constructor and Description |
|---|
NestedLinkCollectingAssociationHandler(org.springframework.hateoas.server.EntityLinks entityLinks,
PersistentEntities entities,
PersistentPropertyAccessor accessor,
ResourceMappings mappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
doWithAssociation(Association<? extends PersistentProperty<?>> association) |
List<org.springframework.hateoas.Link> |
getLinks() |
public NestedLinkCollectingAssociationHandler(org.springframework.hateoas.server.EntityLinks entityLinks,
PersistentEntities entities,
PersistentPropertyAccessor accessor,
ResourceMappings mappings)
public void doWithAssociation(Association<? extends PersistentProperty<?>> association)
doWithAssociation in interface SimpleAssociationHandlerpublic List<org.springframework.hateoas.Link> getLinks()
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.