TransformerSimplified class

Properties

hashCode int
The hash code for this object.
no setterinherited
mappingByDescriptionFileName Map<String, MappingRegistry>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(dynamic input, String id, String alias) → dynamic
Execute a mapping of the input based on the mapping id defined in the alias of the mapping definition.
load(String alias, dynamic jsonMappingData) → void
Registers a mapping definition associated with an alias The alias enable having different mappings in different files for clarity NB: all custom transformers must be registered before loading any mapping using them
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

get() TransformerSimplified
The instance is static.