Skip to content

[Java][Resttemplate] Normalize the RestTemplate ApiClient #14832

@jorgerod

Description

@jorgerod

Is your feature request related to a problem? Please describe.

Checking all Java clients, the only one that defines the ApiClient and XXXApi with the @Component annotation is RestTemplate.

With this change, now for RestTemplate (as it is done for the rest of the Java clients) we will have to define one bean as ApliClient and another one as XXXClient.

Describe the solution you'd like

Remove @Component from ApiClient.mustache and api.mustache

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions