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