public class DefaultRestEntityFactory extends Object implements RestEntityFactory
| Constructor and Description |
|---|
DefaultRestEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> RestEntity<T> |
create(T entity)
creates a RestEntity that wraps the provided entity.
|
public <T> RestEntity<T> create(T entity)
RestEntityFactorycreate in interface RestEntityFactoryCopyright © 2003–2015 Atlassian. All rights reserved.