| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultRestEntityEnrichmentManager.convertAndEnrich(Object entity,
SchemaType schemaType) |
void |
EntityEnricher.enrich(@NonNull RestEntity entity,
@NonNull SchemaType schemaType) |
void |
CollectionEnricher.enrich(@NonNull RestList enrich,
@NonNull SchemaType schemaType) |
protected void |
AbstractLinkEnricher.enrichLinks(RestObject entity,
SchemaType schemaType)
Removes the "links" Map<LinkType,Link> from a RestObject and replaces it with a "_links" Map<String,String>
containing the same set of urls.
|
protected void |
AbstractLinkEnricher.enrichWithLink(RestObject restObject,
String linkKey,
String linkUrl,
SchemaType schemaType)
Adds a link to an immutable _links map, creating the map if it doesn't already exist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestEntityEnricher.enrich(@NonNull RestEntity entity,
SchemaType schemaType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpaceEnricher.enrich(@NonNull RestEntity entity,
@NonNull SchemaType schemaType) |
void |
ContentEnricher.enrich(@NonNull RestEntity entity,
@NonNull SchemaType schemaType) |
void |
RestListLinkEnricher.enrich(RestList enrich,
SchemaType schemaType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
RestEntityConverter.convert(Object entity,
SchemaType schemaType) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaType[] |
SchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RestEntityEnrichmentManager.convertAndEnrich(Object entity,
SchemaType schemaType)
Converts the given entity into a RestEntity if the entity has the RestEnrichable annotation
or is a PageResponse that contains RestEnrichable entities.
|
Copyright © 2003–2019 Atlassian. All rights reserved.