Modifier and Type | Method and Description |
---|---|
void |
SelfLinkEntityEnricher.enrich(RestEntity entity) |
void |
ExpandableEntityEnricher.enrich(RestEntity entity) |
void |
EntityEnricher.enrich(RestEntity entity) |
void |
EntityCollectionLinkEnricher.enrich(RestEntity entity) |
void |
BaseLinkEnricher.enrich(RestEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
RequestEntityEnricher.enrich(RestEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
ContentEnricher.enrich(RestEntity entity) |
Modifier and Type | Method and Description |
---|---|
<T> RestEntity<T> |
RestEntityFactory.create(T entity)
creates a RestEntity that wraps the provided entity.
|
Modifier and Type | Method and Description |
---|---|
<T> RestEntity<T> |
DefaultRestEntityFactory.create(T entity) |
Modifier and Type | Method and Description |
---|---|
void |
RestEntitySerializer.serialize(RestEntity entity,
org.codehaus.jackson.JsonGenerator jsonGen,
org.codehaus.jackson.map.SerializerProvider serializerProvider) |
Copyright © 2003–2016 Atlassian. All rights reserved.