getAllGraphCodecs method

List<RdfGraphCodec> getAllGraphCodecs()

Retrieves all registered codecs

Returns an unmodifiable list of all codec implementations currently registered. This can be useful for iterating through available codecs or for diagnostics.

Returns an unmodifiable list of all registered codecs.

Implementation

List<RdfGraphCodec> getAllGraphCodecs() => List.unmodifiable(_graphCodecs);