Class DropwizardLegacyHelper


  • public class DropwizardLegacyHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.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 Detail

      • client

        public static javax.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:
        Upgrade notes