Class 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 Detail

      • ResolverMapKey

        public ResolverMapKey​(jakarta.ws.rs.core.Configuration configuration,
                              Class<?> restClientClass)
    • Method Detail

      • getConfiguration

        public jakarta.ws.rs.core.Configuration getConfiguration()
      • getRestClientClass

        public Class<?> getRestClientClass()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object