public interface ContentPropertyExtractionManager
Modifier and Type | Method and Description |
---|---|
Iterable<FieldDescriptor> |
extract(JsonString json,
Iterable<ContentPropertySchemaField> schemaFields)
Extracts JSON document fragments and transforms them into v2 API Field Descriptors with user-defined types.
|
Iterable<FieldDescriptor> extract(JsonString json, Iterable<ContentPropertySchemaField> schemaFields)
json
- JSON document, which fragments will be used to populate v2 API Field DescriptorsschemaFields
- all schema fields which should be extracted from a given JSON documentCopyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences