Class JsonProviders

java.lang.Object
com.azure.json.JsonProviders

public final class JsonProviders extends Object
Utility class for JsonProvider that will use the implementation of JsonProvider found on the classpath to create instances of JsonReader or JsonWriter.

If no implementation of JsonProvider is found on the classpath a default implementation provided by this library will be used.

At this time, additional implementations of JsonProvider found on the classpath after the first will cause an IllegalStateException to be thrown. Ensure the implementation that should be used is the only one listed in META-INF/services/com.azure.json.JsonProvider of your JAR.

See Also: