Class ParseNodeFactoryRegistry

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

public class ParseNodeFactoryRegistry extends Object implements ParseNodeFactory
This factory holds a list of all the registered factories for the various types of nodes.
  • Field Details

    • defaultInstance

      public static final ParseNodeFactoryRegistry defaultInstance
      Default singleton instance of the registry to be used when registering new factories that should be available by default.
    • contentTypeAssociatedFactories

      @Nonnull public final Map<String,ParseNodeFactory> contentTypeAssociatedFactories
      List of factories that are registered by content type.
  • Constructor Details

    • ParseNodeFactoryRegistry

      public ParseNodeFactoryRegistry()
      Default constructor for the registry.
  • Method Details