Class BackingStoreParseNodeFactory

java.lang.Object
com.microsoft.kiota.serialization.ParseNodeProxyFactory
com.microsoft.kiota.store.BackingStoreParseNodeFactory
All Implemented Interfaces:
ParseNodeFactory

public class BackingStoreParseNodeFactory extends ParseNodeProxyFactory
Proxy implementation of ParseNodeFactory for the backing store that automatically sets the state of the backing store when deserializing.
  • Constructor Details

    • BackingStoreParseNodeFactory

      public BackingStoreParseNodeFactory(@Nonnull ParseNodeFactory concrete)
      Initializes a new instance of the BackingStoreParseNodeFactory class given the concrete implementation.
      Parameters:
      concrete - the concrete implementation of the ParseNodeFactory