Class QueryValCodec

    • Constructor Detail

      • QueryValCodec

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

      • getCodecClass

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