Class ParseNodeHelper

java.lang.Object
com.microsoft.kiota.serialization.ParseNodeHelper

public class ParseNodeHelper extends Object
Utility methods to reduce the amount of code being generated.
  • Method Details

    • mergeDeserializersForIntersectionWrapper

      @Nonnull public static Map<String,Consumer<ParseNode>> mergeDeserializersForIntersectionWrapper(@Nonnull Parsable... targets)
      Merges the given fields deserializers for an intersection type into a single collection.
      Parameters:
      targets - The collection of deserializers to merge.
      Returns:
      a merged collection of deserializers.