public class GetMember extends java.lang.Object implements RestReadView<MemberResource>
Modifier and Type | Method and Description |
---|---|
AccountInfo |
apply(MemberResource rsrc)
Process the view operation by reading from the resource.
|
public AccountInfo apply(MemberResource rsrc) throws com.google.gwtorm.server.OrmException
RestReadView
apply
in interface RestReadView<MemberResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.com.google.gwtorm.server.OrmException