public static class Votes.List extends java.lang.Object implements RestReadView<ReviewerResource>
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Short> |
apply(ReviewerResource rsrc)
Process the view operation by reading from the resource.
|
public java.util.Map<java.lang.String,java.lang.Short> apply(ReviewerResource rsrc) throws MethodNotAllowedException
RestReadView
apply
in interface RestReadView<ReviewerResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.MethodNotAllowedException