Class UsersResource

  • All Implemented Interfaces:
    java.lang.Iterable<UserResource>, org.springframework.core.ResolvableTypeProvider

    public class UsersResource
    extends org.springframework.hateoas.CollectionModel<UserResource>
    • Constructor Summary

      Constructors 
      Constructor Description
      UsersResource​(java.util.Collection<User> content, java.lang.String selfRel, boolean small)  
      UsersResource​(java.util.Collection<UserResource> content, java.lang.String selfRel)  
    • Method Summary

      • Methods inherited from class org.springframework.hateoas.CollectionModel

        empty, empty, empty, empty, empty, empty, equals, getContent, getResolvableType, hashCode, iterator, of, of, of, toString, withFallbackType, withFallbackType, withFallbackType, wrap
      • Methods inherited from class org.springframework.hateoas.RepresentationModel

        add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • UsersResource

        public UsersResource​(java.util.Collection<UserResource> content,
                             java.lang.String selfRel)
      • UsersResource

        public UsersResource​(java.util.Collection<User> content,
                             java.lang.String selfRel,
                             boolean small)