public class GetDescription extends Object implements RestReadView<ProjectResource>
Constructor and Description |
---|
GetDescription() |
Modifier and Type | Method and Description |
---|---|
String |
apply(ProjectResource rsrc)
Process the view operation by reading from the resource.
|
public String apply(ProjectResource rsrc)
RestReadView
apply
in interface RestReadView<ProjectResource>
rsrc
- resource to read.BinaryResult
to avoid automatic conversion
to JSON.