Class JsonParseNodeFactory
java.lang.Object
com.microsoft.kiota.serialization.JsonParseNodeFactory
- All Implemented Interfaces:
com.microsoft.kiota.serialization.ParseNodeFactory
public class JsonParseNodeFactory
extends Object
implements com.microsoft.kiota.serialization.ParseNodeFactory
Creates new Json parse nodes from the payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.kiota.serialization.ParseNodegetParseNode(String contentType, InputStream rawResponse)
-
Constructor Details
-
JsonParseNodeFactory
public JsonParseNodeFactory()Creates a new factory
-
-
Method Details
-
getValidContentType
- Specified by:
getValidContentTypein interfacecom.microsoft.kiota.serialization.ParseNodeFactory
-
getParseNode
@Nonnull public com.microsoft.kiota.serialization.ParseNode getParseNode(@Nonnull String contentType, @Nonnull InputStream rawResponse) - Specified by:
getParseNodein interfacecom.microsoft.kiota.serialization.ParseNodeFactory
-