Spring Hateoas

org.springframework.hateoas.hal
Class ResourcesMixin<T>

java.lang.Object
  extended by org.springframework.hateoas.ResourceSupport
      extended by org.springframework.hateoas.Resources<T>
          extended by org.springframework.hateoas.hal.ResourcesMixin<T>
All Implemented Interfaces:
Iterable<T>, Identifiable<Link>

public abstract class ResourcesMixin<T>
extends Resources<T>


Constructor Summary
ResourcesMixin()
           
 
Method Summary
abstract  Collection<T> getContent()
          Returns the underlying elements.
 
Methods inherited from class org.springframework.hateoas.Resources
equals, hashCode, iterator, toString, wrap
 
Methods inherited from class org.springframework.hateoas.ResourceSupport
add, add, getId, getLink, getLinks, hasLink, hasLinks, removeLinks
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourcesMixin

public ResourcesMixin()
Method Detail

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.

Spring Hateoas

Copyright © 2012-2014–2014 Pivotal, Inc.. All rights reserved.