Class ResteasyReactiveHalService

java.lang.Object
io.quarkus.hal.HalService
io.quarkus.resteasy.reactive.links.runtime.hal.ResteasyReactiveHalService

@RequestScoped public class ResteasyReactiveHalService extends io.quarkus.hal.HalService
  • Constructor Details

    • ResteasyReactiveHalService

      @Inject public ResteasyReactiveHalService(RestLinksProvider linksProvider)
  • Method Details

    • getClassLinks

      protected Map<String,io.quarkus.hal.HalLink> getClassLinks(Class<?> entityType)
      Specified by:
      getClassLinks in class io.quarkus.hal.HalService
    • getInstanceLinks

      protected Map<String,io.quarkus.hal.HalLink> getInstanceLinks(Object entity)
      Specified by:
      getInstanceLinks in class io.quarkus.hal.HalService