Class QueryObjCodec

    • Constructor Detail

      • QueryObjCodec

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

      • getCodecClass

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