Class JsonArrayDataGraphElementLoader
- java.lang.Object
-
- com.mulesoft.apiquery.adapter.internal.loader.impl.JsonArrayDataGraphElementLoader
-
- All Implemented Interfaces:
DataGraphElementLoader
public class JsonArrayDataGraphElementLoader extends Object implements DataGraphElementLoader
-
-
Constructor Summary
Constructors Constructor Description JsonArrayDataGraphElementLoader(ApiQueryAdapterConfiguration apiQueryAdapterConfiguration, GatewayPropertiesLoader loader, MetricsReporter metricsReporter, org.mule.runtime.http.api.HttpService httpService, org.mule.runtime.http.api.client.HttpClient defaultClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mule.runtime.http.api.client.HttpClientgetDefaultClient()org.mule.runtime.http.api.client.HttpClientConfigurationgetHttpClientConfiguration(boolean withTruststore, boolean withKeystore)com.mulesoft.apiquery.core.datagraph.ModelServicegetModelService()List<EngineData>loadProperties()
-
-
-
Constructor Detail
-
JsonArrayDataGraphElementLoader
public JsonArrayDataGraphElementLoader(ApiQueryAdapterConfiguration apiQueryAdapterConfiguration, GatewayPropertiesLoader loader, MetricsReporter metricsReporter, org.mule.runtime.http.api.HttpService httpService, org.mule.runtime.http.api.client.HttpClient defaultClient)
-
-
Method Detail
-
loadProperties
public List<EngineData> loadProperties()
- Specified by:
loadPropertiesin interfaceDataGraphElementLoader
-
getDefaultClient
public org.mule.runtime.http.api.client.HttpClient getDefaultClient()
- Specified by:
getDefaultClientin interfaceDataGraphElementLoader
-
getHttpClientConfiguration
public org.mule.runtime.http.api.client.HttpClientConfiguration getHttpClientConfiguration(boolean withTruststore, boolean withKeystore) throws IOException, org.mule.runtime.api.lifecycle.CreateException- Specified by:
getHttpClientConfigurationin interfaceDataGraphElementLoader- Throws:
IOExceptionorg.mule.runtime.api.lifecycle.CreateException
-
getModelService
public com.mulesoft.apiquery.core.datagraph.ModelService getModelService()
-
-