Modifier and Type | Method and Description |
---|---|
RestEntity |
DefaultApiRestEntityFactory.buildRestEntityFrom(ContentEntityObject entity,
Expansions expansions) |
RestEntity<Space> |
DefaultApiRestEntityFactory.buildRestEntityFrom(Space space,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
Iterable<RestEntity> |
DefaultApiRestEntityFactory.buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities,
Expansions expansions) |
Iterable<RestEntity> |
DefaultApiRestEntityFactory.buildRestEntityFromSpaces(Iterable<Space> spaces,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
RestEntity<Content> |
ApiRestEntityFactory.buildRestEntityFrom(ContentEntityObject entity,
Expansions expansions)
Build a REST API entity from a ContentEntityObject.
|
RestEntity<Space> |
ApiRestEntityFactory.buildRestEntityFrom(Space space,
Expansions expansions)
Build a REST API entity from a hibernate Space object.
|
Modifier and Type | Method and Description |
---|---|
Iterable<RestEntity> |
ApiRestEntityFactory.buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities,
Expansions expansions)
Build a list of REST API entity objects from ContentEntityObject objects.
|
Iterable<RestEntity> |
ApiRestEntityFactory.buildRestEntityFromSpaces(Iterable<Space> spaces,
Expansions expansions)
Build a list of REST API entity objects from hibernate Space objects.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityEnricher.enrich(@NonNull RestEntity entity,
@NonNull SchemaType schemaType) |
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) |
Modifier and Type | Method and Description |
---|---|
default <T> RestEntity<T> |
RestEntityFactory.create(T entity)
Creates a RestEntity that wraps the provided entity.
|
<T> RestEntity<T> |
RestEntityFactory.create(T entity,
boolean graphql)
Creates a RestEntity that wraps the provided entity.
|
Modifier and Type | Method and Description |
---|---|
<T> RestEntity<T> |
DefaultRestEntityFactory.create(T entity,
boolean graphql) |
Modifier and Type | Method and Description |
---|---|
void |
RestEntitySerializer.serialize(RestEntity entity,
org.codehaus.jackson.JsonGenerator jsonGen,
org.codehaus.jackson.map.SerializerProvider serializerProvider) |
Copyright © 2003–2023 Atlassian. All rights reserved.