Skip to content

Adding type mapper factory#68

Merged
moufmouf merged 1 commit intothecodingmachine:masterfrom
moufmouf:type_mapper_factory
May 23, 2019
Merged

Adding type mapper factory#68
moufmouf merged 1 commit intothecodingmachine:masterfrom
moufmouf:type_mapper_factory

Conversation

@moufmouf
Copy link
Copy Markdown
Member

Sometimes, a type mapper requires a the recursive type mapper to be created.
While it is possible to pass it using dependency injection, it is not
easy if you use the simpler SchemaFactory.

Using a TypeMapperFactory, you can now easily create a TypeMapper that
will be passed a recursive type mapper.

Sometimes, a type mapper requires a the recursive type mapper to be created.
While it is possible to pass it using dependency injection, it is not
easy if you use the simpler SchemaFactory.

Using a TypeMapperFactory, you can now easily create a TypeMapper that
will be passed a recursive type mapper.
@moufmouf moufmouf merged commit ad00442 into thecodingmachine:master May 23, 2019
@moufmouf moufmouf deleted the type_mapper_factory branch May 23, 2019 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant