Interface RestClients.Factory<T>

Enclosing class:
RestClients

public static interface RestClients.Factory<T>
Factory the generated bootstrap registers per API interface. Modeled as a single-method interface (no java.util.function.Function) so CLDC-targeted builds remain happy.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String baseUrl)
     
  • Method Details

    • create

      T create(String baseUrl)