Package com.wesabe.grendel.representations.UserListRepresentation

Examples of com.wesabe.grendel.representations.UserListRepresentation.UserListItem


      return document.getName();
    }
   
    @JsonGetter("owner")
    public UserListItem getOwner() {
      return new UserListItem(uriInfo, document.getOwner());
    }
View Full Code Here


      this.user = user;
    }
   
    @JsonGetter("user")
    public UserListItem getUser() {
      return new UserListItem(uriInfo, user);
    }
View Full Code Here

TOP

Related Classes of com.wesabe.grendel.representations.UserListRepresentation.UserListItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.