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