public class NestedLinkCollectingAssociationHandler extends Object implements SimpleAssociationHandler
| Constructor and Description |
|---|
NestedLinkCollectingAssociationHandler(org.springframework.hateoas.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() |
@ConstructorProperties(value={"entityLinks","entities","accessor","mappings"}) @Generated(value="lombok") public NestedLinkCollectingAssociationHandler(org.springframework.hateoas.EntityLinks entityLinks, PersistentEntities entities, PersistentPropertyAccessor accessor, ResourceMappings mappings)
public void doWithAssociation(Association<? extends PersistentProperty<?>> association)
doWithAssociation in interface SimpleAssociationHandler@Generated(value="lombok") public List<org.springframework.hateoas.Link> getLinks()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.