public class RefProcessor<T> extends Object
Link annotated fields in
an entity.| Constructor and Description |
|---|
RefProcessor(Class<T> c) |
| Modifier and Type | Method and Description |
|---|---|
void |
processLinks(T entity,
javax.ws.rs.core.UriInfo uriInfo)
Inject any
Link annotated fields in the supplied entity and
recursively process its fields. |
public void processLinks(T entity, javax.ws.rs.core.UriInfo uriInfo)
Link annotated fields in the supplied entity and
recursively process its fields.entity - the entity object returned by the resource methoduriInfo - the uriInfo for the requestCopyright © 2014 Oracle Corporation. All rights reserved.