withOptions abstract method
Creates a new encoder instance with the specified options.
Returns a new encoder configured with the given options. The original encoder instance remains unchanged.
Implementation
RdfBinaryEncoder<G> withOptions(RdfBinaryEncoderOptions options);