mapping<S, T> function

MappingDefinition<S, T> mapping<S, T>()

create a new MappingDefinition S the source type T the target type

Implementation

MappingDefinition<S,T> mapping<S,T>() {
  return MappingDefinition<S,T>();
}