mapClassificationListResponse

Maps a list of classification data to a list of Classification objects.

This method processes a list of DiscoveryClassificationData objects, transforming each non-null entry into a Classification object. If the input list is null, it returns null.

Return

A list of Classification objects, or null if the input list is null.

Parameters

classificationDataList

The list of classification data from the API.