Class MapValueConverter

  • All Implemented Interfaces:
    ValueConverter

    public class MapValueConverter
    extends java.lang.Object
    implements ValueConverter
    A converter that handles ODataFeed with Map entry ODataEntries and converts them to a Map
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(ConversionParameters parameters)
      Converts ODataEntry attribute value to the value that can exist inside an IntegrationItem.
      boolean isApplicable​(ConversionParameters parameters)
      Deduce based on the conversion context whether this converter can handle the attribute value or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapValueConverter

        public MapValueConverter()
    • Method Detail

      • isApplicable

        public boolean isApplicable​(ConversionParameters parameters)
        Description copied from interface: ValueConverter
        Deduce based on the conversion context whether this converter can handle the attribute value or not.
        Specified by:
        isApplicable in interface ValueConverter
        Parameters:
        parameters - conversion parameters carrying the context for the value conversion.
        Returns:
        true, if this converter is applicable to the provided conversion parameters and can handle the attribute value conversion; false otherwise.