Class ChangeEdits.GetMeta
- java.lang.Object
-
- com.google.gerrit.server.restapi.change.ChangeEdits.GetMeta
-
- All Implemented Interfaces:
RestReadView<ChangeEditResource>
,RestView<ChangeEditResource>
- Enclosing class:
- ChangeEdits
public static class ChangeEdits.GetMeta extends Object implements RestReadView<ChangeEditResource>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChangeEdits.GetMeta.FileInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeEdits.GetMeta.FileInfo
apply(ChangeEditResource rsrc)
Process the view operation by reading from the resource.
-
-
-
Method Detail
-
apply
public ChangeEdits.GetMeta.FileInfo apply(ChangeEditResource rsrc)
Description copied from interface:RestReadView
Process the view operation by reading from the resource.- Specified by:
apply
in interfaceRestReadView<ChangeEditResource>
- Parameters:
rsrc
- resource to read.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON.
-
-