Class RestClientConfiguration

java.lang.Object
io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration

public class RestClientConfiguration
extends java.lang.Object
REST client configuration class.
Author:
Petr Dvorak
  • Constructor Summary

    Constructors
    Constructor Description
    RestClientConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    static com.fasterxml.jackson.databind.ObjectMapper defaultMapper()
    Return the mapper with default configuration.

    Methods inherited from class java.lang.Object

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

    • RestClientConfiguration

      public RestClientConfiguration()
  • Method Details

    • defaultMapper

      public static com.fasterxml.jackson.databind.ObjectMapper defaultMapper()
      Return the mapper with default configuration.
      Returns:
      ObjectMapper instance.