Skip to content

Get rid of reflection calls #18

@dmart28

Description

@dmart28

Reflection calls in ServiceProxyBuilder#getFactory method should be replaced with the generated factory methods. It can be done by adding new interface, make generated proxy implement it. Then, we can do such calls casting generated proxy to this interface.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions