Class JSONProviderFactory

java.lang.Object
de.hybris.platform.sap.productconfig.frontend.util.impl.JSONProviderFactory

public final class JSONProviderFactory extends Object
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 Details

    • getJSONProvider

      public static javax.json.spi.JsonProvider getJSONProvider()
      Returns:
      JSONProvider instance