| Package | Description |
|---|---|
| com.atlassian.confluence.api.impl | |
| com.atlassian.confluence.core |
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultApiRestEntityFactory.convertAndEnrich(Object entity,
ApiRestEntityFactory.SchemaType schemaType) |
| Modifier and Type | Method and Description |
|---|---|
static ApiRestEntityFactory.SchemaType |
ApiRestEntityFactory.SchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiRestEntityFactory.SchemaType[] |
ApiRestEntityFactory.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 |
ApiRestEntityFactory.convertAndEnrich(Object entity,
ApiRestEntityFactory.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.