Class QueryArrCodec

    • Constructor Detail

      • QueryArrCodec

        public QueryArrCodec​(CodecProvider provider)
        Creates a new instance of the QueryArrCodec.
        Parameters:
        provider - The codec provider used to retrieve codecs for object types.
    • Method Detail

      • getCodecClass

        public java.lang.Class<QueryArr> 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.