Class ContentPropertyExtractionManagerImpl

    • Constructor Detail

      • ContentPropertyExtractionManagerImpl

        public ContentPropertyExtractionManagerImpl()
    • Method Detail

      • extract

        public Iterable<FieldDescriptor> extract​(JsonString json,
                                                 Iterable<ContentPropertySchemaField> schemaFields)
        Description copied from interface: ContentPropertyExtractionManager
        Extracts JSON document fragments and transforms them into v2 API Field Descriptors with user-defined types. If for some reason type can't be allied (e.g. JSON value is a string, and user defined type was a date), field will not be included in the result.
        Specified by:
        extract in interface ContentPropertyExtractionManager
        Parameters:
        json - JSON document, which fragments will be used to populate v2 API Field Descriptors
        schemaFields - all schema fields which should be extracted from a given JSON document
        Returns:
        all Field Descriptors which could be extracted from a given JSON