Closed
Description
Is your feature request related to a problem? Please describe.
I need to make a resource type accessable through JADNC that is part of a third party lib. So I can't add AttrAttribute to the properties of this type.
Describe the solution you'd like
It would be nice if it was possible to extend the ResourceGraphBuilder
. Maybe through JsonApiResourceDefinition
?
Sadly, the methods CreateResourceType
and GetAttributes
are private and sealed off.
Or did I miss another way to do this?