Where does Spring's HttpServiceProxyFactory create the client proxy implementation?
I am trying to understand how using the "@HttpExchange" annotation works. From what I know, it creates an implementation class that has the Http methods I've defined in my interface. But unlike lombok annotations I can't find in my project how this class is implemented?
Or is there no actual class that's being generated at compile time? I can't seem to find resources going into this, and looking at the actual source code just left me confused.
"@HttpExchange": https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/service/annotation/HttpExchange.html
HttpExchange (Spring Framework 6.1.13 API)
declaration: package: org.springframework.web.service.annotation, annotation type: HttpExchange
2 Replies
⌛
This post has been reserved for your question.
Hey @Ghostyjangle! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
Post Closed
This post has been closed by <@294662716684107787>.