-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Yardarm does not correctly parse discriminators for a nest set of abstracts:
AbstractA
ImplementationB: AbstractA
AbstractC: AbstractA
ImplementationD: AbstractC
Yardarm will currently parse that as:
IA
ImpelemntationB: IA
C: IA
ImplementationD: C
Since C is not cast to an interface, it will not get the discriminator attribute to map subsets of C. Instead, only the discriminator for AbstractA is created and parsing any further than the top level abstract level is difficult.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels