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 -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context)
-
Constructor Details
-
JacksonCleanupRestClientClosingTask
public JacksonCleanupRestClientClosingTask()
-
-
Method Details
-
close
public void close(org.jboss.resteasy.reactive.client.impl.RestClientClosingTask.Context context) - Specified by:
closein interfaceorg.jboss.resteasy.reactive.client.impl.RestClientClosingTask
-