Uses of Class
com.atlassian.confluence.api.model.JsonString
Packages that use JsonString
Package
Description
-
Uses of JsonString in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return JsonStringMethods in com.atlassian.confluence.api.model.content with parameters of type JsonStringModifier and TypeMethodDescriptionJsonContentProperty.ContentPropertyBuilder.value
(JsonString value) -
Uses of JsonString in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type JsonStringModifier and TypeMethodDescriptionstatic void
JsonPropertyValidator.validateValue
(SimpleValidationResult.Builder result, String key, JsonString value) -
Uses of JsonString in com.atlassian.confluence.plugins.contentproperty.index.extractor
Methods in com.atlassian.confluence.plugins.contentproperty.index.extractor with parameters of type JsonStringModifier and TypeMethodDescriptionContentPropertyExtractionManager.extract
(JsonString json, Iterable<ContentPropertySchemaField> schemaFields) Extracts JSON document fragments and transforms them into v2 API Field Descriptors with user-defined types.ContentPropertyExtractionManagerImpl.extract
(JsonString json, Iterable<ContentPropertySchemaField> schemaFields) -
Uses of JsonString in com.atlassian.confluence.rest.serialization.jackson2
Methods in com.atlassian.confluence.rest.serialization.jackson2 that return JsonStringModifier and TypeMethodDescriptionJsonStringDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) Methods in com.atlassian.confluence.rest.serialization.jackson2 with parameters of type JsonStringModifier and TypeMethodDescriptionvoid
JsonStringSerializer.serialize
(JsonString value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider)