Class ObjectMapperProvider

java.lang.Object
com.auth0.json.ObjectMapperProvider

public class ObjectMapperProvider extends Object
Provides access to a single ObjectMapper instance for the serialization and deserialization of JSON data. This class is for internal use only and is subject to change without notice.
  • Method Details

    • getMapper

      public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
      Returns:
      the ObjectMapper instance to process JSON data