-
Updated
May 30, 2022 - Python
mapping
Here are 1,875 public repositories matching this topic...
-
Updated
May 12, 2022 - C++
-
Updated
Jan 14, 2022 - Swift
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Apr 25, 2022 - C++
The “follow” operation added in #8671 stops when encountering a node that’s shared among multiple features. iD already keeps track of the “focused” way for the purpose of reliably navigating back and forth among its vertices using the keyboard. It would be natural to extend this capability to the follow operation, so that the user doesn’t have to think as much about other connecting ways after cho
-
Updated
May 24, 2022 - C#
-
Updated
Mar 25, 2022
-
Updated
May 31, 2022 - Python
-
Updated
May 25, 2022 - Go
-
Updated
May 30, 2022 - C++
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
-
Updated
Jun 18, 2019 - C++
-
Updated
May 26, 2022 - Python
-
Updated
May 28, 2022 - Python
-
Updated
May 29, 2022 - PHP
-
Updated
Jan 7, 2020 - Swift
-
Updated
Mar 2, 2022 - C++
-
Updated
Jan 16, 2022 - C#
Improve this page
Add a description, image, and links to the mapping topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mapping topic, visit your repo's landing page and select "manage topics."
Would it be possible to enable dynamic discovery of the mapper classes used in a generated code according to the source and target class through the package annotation configuration like:
@Mapper (usesPackage = {"org.company.componenent.mappers"})