ExtensionManager
================

.. currentmodule:: asdf.extension

.. autoclass:: ExtensionManager
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ExtensionManager.extensions
      ~ExtensionManager.validator_manager

   .. rubric:: Methods Summary

   .. autosummary::

      ~ExtensionManager.get_converter_for_tag
      ~ExtensionManager.get_converter_for_type
      ~ExtensionManager.get_tag_definition
      ~ExtensionManager.handles_tag
      ~ExtensionManager.handles_tag_definition
      ~ExtensionManager.handles_type

   .. rubric:: Attributes Documentation

   .. autoattribute:: extensions
   .. autoattribute:: validator_manager

   .. rubric:: Methods Documentation

   .. automethod:: get_converter_for_tag
   .. automethod:: get_converter_for_type
   .. automethod:: get_tag_definition
   .. automethod:: handles_tag
   .. automethod:: handles_tag_definition
   .. automethod:: handles_type
