Class ParseNodeHelper
java.lang.Object
com.microsoft.kiota.serialization.ParseNodeHelper
Utility methods to reduce the amount of code being generated.
-
Method Summary
-
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.
-