Skip to content

Allow programatic configuration of handler methods in FederationSchemaFactory #1324

@klys-equinix

Description

@klys-equinix

Right now entity handler methods are automatically detected by FederationSchemaFactory based on EntityMapping annotations by

It would seem that it would be very simple to add an option to add such handler methods manually, for example you could add method like

FederationSchemaFactory.setEntityHandler(entityName, handlerMethod)

It would also be useful to be able to access a list of those methods

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions