Configuration Binding to class hierarchy #81489
Unanswered
mwpowellhtx
asked this question in
Ideas
Replies: 2 comments
-
Elaborating a bit, I don't know what the specific attributes which might be bound there, maybe something like this, 30K meter view:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured out how I might do a selector approach, but I simplified a bit. How do I parse to an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible? I have a configuration stemming from could be an array, associative object, whatever, with an inner selector attribute, would use this to select on what the type of the object should be under binding rules. Is something like this possible? i.e. might use the classical,
Animal
,Cat
,Dog
,Horse
, whatever, examples, I want to yield instances ofCat
,Dog
,Horse
, whatever, or possibly even throw anUnknownTaxonomyException
when discovering an unsupported use case.Beta Was this translation helpful? Give feedback.
All reactions