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