Class PropertyCodecRegistryImpl

  • All Implemented Interfaces:
    PropertyCodecRegistry

    @MorphiaInternal
    public class PropertyCodecRegistryImpl
    extends Object
    implements PropertyCodecRegistry
    Defines an all purpose registry for property codecs
    Since:
    2.0
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • PropertyCodecRegistryImpl

        public PropertyCodecRegistryImpl​(Codec<?> pojoCodec,
                                         CodecRegistry codecRegistry,
                                         List<PropertyCodecProvider> propertyCodecProviders)
        Creates an all purpose registry for property codecs
        Parameters:
        pojoCodec - the "parent" codec
        codecRegistry - the parent registry
        propertyCodecProviders - a list of providers