Class FormParseNodeFactory

java.lang.Object
com.microsoft.kiota.serialization.FormParseNodeFactory
All Implemented Interfaces:
com.microsoft.kiota.serialization.ParseNodeFactory

public class FormParseNodeFactory extends Object implements com.microsoft.kiota.serialization.ParseNodeFactory
Creates instances of Form Parse Nodes
  • Constructor Details

    • FormParseNodeFactory

      public FormParseNodeFactory()
      Instantiates a new factory
  • Method Details

    • getValidContentType

      @Nonnull public String getValidContentType()
      Specified by:
      getValidContentType in interface com.microsoft.kiota.serialization.ParseNodeFactory
    • getParseNode

      @Nonnull public com.microsoft.kiota.serialization.ParseNode getParseNode(@Nonnull String contentType, @Nonnull InputStream rawResponse)
      Specified by:
      getParseNode in interface com.microsoft.kiota.serialization.ParseNodeFactory