Package info.ejava.assignments.api.houserenters.client.renters


package info.ejava.assignments.api.houserenters.client.renters
  • Class
    Description
    This interface extends the Spring 6 Http Interface for communicating with a renter and any custom methods to be implemented by the RentersAPIClient.
    This class has been modified to leverage Spring HTTP Interface API, while retaining backward-compatibility with legacy test infrastructure.
    This is a mapping-free implementation of a Spring 6 HTTP Interface.
    This is an implementation of a Spring 6 HTTP Interface, which provides a client-side definition for HTTP calls versus writing the RestTemplate/RestClient calls manually.