Uses of Class
com.atlassian.confluence.rest.serialization.enrich.SchemaType
-
-
Uses of SchemaType in com.atlassian.confluence.plugins.restapi.enrich
Methods in com.atlassian.confluence.plugins.restapi.enrich with parameters of type SchemaType Modifier and Type Method Description ObjectDefaultRestEntityEnrichmentManager. convertAndEnrich(Object entity, SchemaType schemaType)voidCollectionEnricher. enrich(@NonNull RestList enrich, @NonNull SchemaType schemaType)voidEntityEnricher. enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType)protected voidAbstractLinkEnricher. 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 voidAbstractLinkEnricher. 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. -
Uses of SchemaType in com.atlassian.confluence.plugins.restapi.enrich.documentation
Methods in com.atlassian.confluence.plugins.restapi.enrich.documentation with parameters of type SchemaType Modifier and Type Method Description voidRequestEntityEnricher. enrich(@NonNull RestEntity entity, SchemaType schemaType) -
Uses of SchemaType in com.atlassian.confluence.plugins.restapi.enrich.model
Methods in com.atlassian.confluence.plugins.restapi.enrich.model with parameters of type SchemaType Modifier and Type Method Description voidContentEnricher. enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType)voidRestListLinkEnricher. enrich(RestList enrich, SchemaType schemaType)voidSpaceEnricher. enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType) -
Uses of SchemaType in com.atlassian.confluence.rest.serialization
Methods in com.atlassian.confluence.rest.serialization with parameters of type SchemaType Modifier and Type Method Description ObjectRestEntityConverter. convert(Object entity, SchemaType schemaType) -
Uses of SchemaType in com.atlassian.confluence.rest.serialization.enrich
Methods in com.atlassian.confluence.rest.serialization.enrich that return SchemaType Modifier and Type Method Description static SchemaTypeSchemaType. 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.Methods in com.atlassian.confluence.rest.serialization.enrich with parameters of type SchemaType Modifier and Type Method Description ObjectRestEntityEnrichmentManager. 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.
-