Package org.bson.codecs.configuration


package org.bson.codecs.configuration
This package contains codec configurations and the codec registry helper
  • Class
    Description
    An exception indicating that a codec registry has been misconfigured in some way, preventing it from providing a codec for the requested class.
    A provider of Codec instances.
    A helper class for creating and combining codecs, codec providers, and codec registries
    A registry of Codec instances searchable by the class that the Codec can encode and decode.