Class BaseDocumentCodec

    • Constructor Detail

      • BaseDocumentCodec

        public BaseDocumentCodec​(CodecProvider provider)
        Constructs a BaseDocumentCodec with the specified codec provider.
        Parameters:
        provider - the codec provider
    • Method Detail

      • getCodecClass

        public java.lang.Class<BaseDocument> getCodecClass()
        Description copied from interface: Codec
        Gets the class associated with this codec.
        Returns:
        The Class type that this codec handles.
      • getSupportedTypes

        public FaunaType[] getSupportedTypes()
        Description copied from interface: Codec
        Gets the set of supported Fauna data types for this codec.
        Returns:
        An array of FaunaType values representing the supported types.