Class RestClientConfiguration
java.lang.Object
io.getlime.security.powerauth.lib.cmd.util.RestClientConfiguration
REST client configuration class.
- Author:
- Petr Dvorak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperReturn the mapper with default configuration.
-
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.
-