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 AccountInfo
apply(MemberResource rsrc)
Process the view operation by reading from the resource.
-
-
-
Method Detail
-
apply
public AccountInfo apply(MemberResource rsrc) throws com.google.gwtorm.server.OrmException, PermissionBackendException
Description copied from interface:RestReadView
Process the view operation by reading from the resource.- Specified by:
apply
in interfaceRestReadView<MemberResource>
- Parameters:
rsrc
- resource to read.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON. - Throws:
com.google.gwtorm.server.OrmException
PermissionBackendException
-
-