Class CollectionValueConverter

    • Method Detail

      • getAttributeValue

        protected abstract java.util.Collection getAttributeValue​(java.lang.Object value)
        Presents attribute value, that is conceptually a collection but may not be presented so in the ODataEntry, as a Collection
        Parameters:
        value - a value that represents a collection of elements but may not implement one of the Java Collection interfaces.
        Returns:
        same value presented as a Java Collection
      • handleLocalizedAttributes

        protected LocalizedAttributes handleLocalizedAttributes​(ConversionParameters parameters)
        Converts a collection of Localized___xxx entities representing localized attribute in the type system.
        Parameters:
        parameters - a collection of localized values, in which each element is an ODataEntry of Localized___xxx type.
        Returns:
        localized attribute values.