Class DropwizardLegacyHelper

java.lang.Object
org.sdase.commons.server.testing.DropwizardLegacyHelper

public class DropwizardLegacyHelper extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static jakarta.ws.rs.client.Client
    client(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    Provides legacy Jersey Client that was changed when updating from Dropwizard 2.1.0 to 2.1.1.

    Methods inherited from class java.lang.Object

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

    • client

      public static jakarta.ws.rs.client.Client client(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Provides legacy Jersey Client that was changed when updating from Dropwizard 2.1.0 to 2.1.1.
      See Also: