Class JSONProviderFactory
java.lang.Object
de.hybris.platform.sap.productconfig.frontend.util.impl.JSONProviderFactory
Factory to instantiate a JSONProvider. As the JSONProvider is considered Thread Safe and instantiating it is quite
expensive in terms of memory consumption, this factory will ensure that there is only instance created.
-
Method Summary
-
Method Details
-
getJSONProvider
public static javax.json.spi.JsonProvider getJSONProvider()- Returns:
- JSONProvider instance
-