org.springframework.hateoas.hal
Class ResourcesMixin<T>
java.lang.Object
org.springframework.hateoas.ResourceSupport
org.springframework.hateoas.Resources<T>
org.springframework.hateoas.hal.ResourcesMixin<T>
- All Implemented Interfaces:
- Iterable<T>, Identifiable<Link>
public abstract class ResourcesMixin<T>
- extends Resources<T>
ResourcesMixin
public ResourcesMixin()
getContent
public abstract Collection<T> getContent()
- Description copied from class:
Resources
- Returns the underlying elements.
- Overrides:
getContent in class Resources<T>
- Returns:
- the content will never be null.
Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.