Class GetMember
- java.lang.Object
-
- com.google.gerrit.server.restapi.group.GetMember
-
- All Implemented Interfaces:
RestReadView<MemberResource>,RestView<MemberResource>
public class GetMember extends Object implements RestReadView<MemberResource>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountInfoapply(MemberResource rsrc)Process the view operation by reading from the resource.
-
-
-
Method Detail
-
apply
public AccountInfo apply(MemberResource rsrc) throws PermissionBackendException
Description copied from interface:RestReadViewProcess the view operation by reading from the resource.- Specified by:
applyin interfaceRestReadView<MemberResource>- Parameters:
rsrc- resource to read.- Returns:
- result to return to the client. Use
BinaryResultto avoid automatic conversion to JSON. - Throws:
PermissionBackendException
-
-