public class DefaultRestEntityFactory extends Object implements RestEntityFactory
Constructor and Description |
---|
DefaultRestEntityFactory() |
Modifier and Type | Method and Description |
---|---|
<T> RestEntity<T> |
create(T entity,
boolean graphql)
Creates a RestEntity that wraps the provided entity.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public <T> RestEntity<T> create(T entity, boolean graphql)
RestEntityFactory
Any fields referenced by the entity that have the RestEnrichable annotation will also be converted to RestEntities.
Fields annotated with JsonProperty that implement Iterable will have their contents converted to RestEntities if the content class has the RestEnrichable annotation. Likewise Maps will have their values converted.
create
in interface RestEntityFactory
entity
- The entity to wrapgraphql
- True to include fields with the GraphQLName
annotationCopyright © 2003–2020 Atlassian. All rights reserved.