Class JacksonCleanupRestClientClosingTask

java.lang.Object
io.quarkus.rest.client.reactive.jackson.runtime.serialisers.JacksonCleanupRestClientClosingTask
All Implemented Interfaces:
org.jboss.resteasy.reactive.client.impl.RestClientClosingTask

public class JacksonCleanupRestClientClosingTask extends Object implements org.jboss.resteasy.reactive.client.impl.RestClientClosingTask
Cleans up the mappings that is needed to support ClientObjectMapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.client.impl.RestClientClosingTask

    org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context
  • Field Summary

    Fields inherited from interface org.jboss.resteasy.reactive.client.impl.RestClientClosingTask

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JacksonCleanupRestClientClosingTask

      public JacksonCleanupRestClientClosingTask()
  • Method Details

    • close

      public void close(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context)
      Specified by:
      close in interface org.jboss.resteasy.reactive.client.impl.RestClientClosingTask