BaseRdfCodecRegistry<G> class
- Implementers
Constructors
Properties
-
allMimeTypes
→ Set<
String> -
Returns all MIME types supported by all registered codecs
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → void - Clear all registered codecs (mainly for testing)
-
detectCodec(
String content) → RdfCodec< G> ? - Detect codec from content when no MIME type is available
-
getAllCodecs(
) → List< RdfCodec< G> > - Retrieves all registered codecs
-
getCodec(
String? mimeType) → RdfCodec< G> - Retrieves a codec instance by MIME type
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerCodec(
RdfCodec< G> codec) → void - Register a new codec with the registry
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited