FormatterFactory
================

.. currentmodule:: lsst.daf.butler

.. autoclass:: FormatterFactory
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~FormatterFactory.defaultKey
      ~FormatterFactory.writeRecipesKey

   .. rubric:: Methods Summary

   .. autosummary::

      ~FormatterFactory.getFormatter
      ~FormatterFactory.getFormatterClass
      ~FormatterFactory.getFormatterClassWithMatch
      ~FormatterFactory.getFormatterWithMatch
      ~FormatterFactory.getLookupKeys
      ~FormatterFactory.registerFormatter
      ~FormatterFactory.registerFormatters

   .. rubric:: Attributes Documentation

   .. autoattribute:: defaultKey
   .. autoattribute:: writeRecipesKey

   .. rubric:: Methods Documentation

   .. automethod:: getFormatter
   .. automethod:: getFormatterClass
   .. automethod:: getFormatterClassWithMatch
   .. automethod:: getFormatterWithMatch
   .. automethod:: getLookupKeys
   .. automethod:: registerFormatter
   .. automethod:: registerFormatters