fluent icon indicating copy to clipboard operation
fluent copied to clipboard

Convert paths into Mapping objects

Open guiwoda opened this issue 7 years ago • 1 comments

This PR adds a function that can convert an array of paths into an array of Mapping objects by reflecting on declared classes, just as the AnnotationDriver does.

The FluentDriver API is almost unchanged. To support receiving already-instanced Mapping objects, the addMapping methods had to be relaxed. Took the opportunity to refactor that relaxation to the lowest-level method, but this could be rolled back if BC matters.

We are debating between this and #48 :smile:

guiwoda avatar Jul 04 '17 21:07 guiwoda

@guiwoda Any reason why this wasn't merged?

eigan avatar Mar 03 '21 06:03 eigan