Package com.microsoft.kiota.store
Class BackingStoreParseNodeFactory
java.lang.Object
com.microsoft.kiota.serialization.ParseNodeProxyFactory
com.microsoft.kiota.store.BackingStoreParseNodeFactory
- All Implemented Interfaces:
ParseNodeFactory
Proxy implementation of ParseNodeFactory for the backing store that automatically sets the state of the backing store when deserializing.
-
Constructor Summary
ConstructorsConstructorDescriptionBackingStoreParseNodeFactory(ParseNodeFactory concrete) Initializes a new instance of the BackingStoreParseNodeFactory class given the concrete implementation. -
Method Summary
Methods inherited from class com.microsoft.kiota.serialization.ParseNodeProxyFactory
getParseNode, getValidContentType
-
Constructor Details
-
BackingStoreParseNodeFactory
Initializes a new instance of the BackingStoreParseNodeFactory class given the concrete implementation.- Parameters:
concrete- the concrete implementation of the ParseNodeFactory
-