Uses of Class
com.restapi.template.api.user.data.Users
-
Packages that use Users Package Description com.restapi.template.api.community.comment.data com.restapi.template.api.community.post.data -
-
Uses of Users in com.restapi.template.api.community.comment.data
Fields in com.restapi.template.api.community.comment.data declared as Users Modifier and Type Field Description private UsersComment. author댓글 작성자.Constructors in com.restapi.template.api.community.comment.data with parameters of type Users Constructor Description Comment(Users author, java.lang.String message)댓글. -
Uses of Users in com.restapi.template.api.community.post.data
Fields in com.restapi.template.api.community.post.data declared as Users Modifier and Type Field Description private UsersPost. author작성자.Constructors in com.restapi.template.api.community.post.data with parameters of type Users Constructor Description Post(java.lang.Long id, Users author, java.lang.String title, java.lang.String body)게시글.
-