TransformerSchemaRegistry class
A registry of DatumTransformerSchemas which hold a set of DatumTransformers.
Constructors
- TransformerSchemaRegistry.new()
-
Get the singleton instance of the TransformerSchemaRegistry.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
schemas
→ Map<
String, DatumTransformerSchema> -
The map between the namespace of a transformer schema and the schema.
no setter
Methods
-
lookup(
String namespace) → DatumTransformerSchema? - Lookup a transformer schema based on its namespace.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
DatumTransformerSchema schema) → void - Register a transformer schema.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited