public class Singleton
extends java.lang.Object
the containing framework is responsible for registering the cloudinary configuration with the Singleton, and then removing it on shutdown. This allows the user to use Spring or any other framework without imposing additional dependencies on the cloudinary project.
| Constructor and Description |
|---|
Singleton() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deregisterCloudinary() |
static com.cloudinary.Cloudinary |
getCloudinary() |
static void |
registerCloudinary(com.cloudinary.Cloudinary cloudinary) |