Class ResolverMapKey
- java.lang.Object
-
- io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ResolverMapKey
-
public final class ResolverMapKey extends Object
Each REST Client can potentially have different providers, so we need to make sure that caching for one client does not affect caching of another
-
-
Constructor Summary
Constructors Constructor Description ResolverMapKey(jakarta.ws.rs.core.Configuration configuration, Class<?> restClientClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)jakarta.ws.rs.core.ConfigurationgetConfiguration()Class<?>getRestClientClass()inthashCode()
-
-
-
Constructor Detail
-
ResolverMapKey
public ResolverMapKey(jakarta.ws.rs.core.Configuration configuration, Class<?> restClientClass)
-
-