Uses of Interface
de.hybris.platform.outboundservices.client.IntegrationRestTemplateCreator
-
Packages that use IntegrationRestTemplateCreator Package Description de.hybris.platform.outboundservices.client.impl -
-
Uses of IntegrationRestTemplateCreator in de.hybris.platform.outboundservices.client.impl
Classes in de.hybris.platform.outboundservices.client.impl that implement IntegrationRestTemplateCreator Modifier and Type Class Description classAbstractRestTemplateCreatorThe abstract RestTemplate creator.classDefaultIntegrationBasicRestTemplateCreatorThe default implementation for OAuth2RestTemplate creator.classDefaultIntegrationOAuth2RestTemplateCreatorThe default implementation for OAuth2RestTemplate creator.Methods in de.hybris.platform.outboundservices.client.impl that return types with arguments of type IntegrationRestTemplateCreator Modifier and Type Method Description protected java.util.List<IntegrationRestTemplateCreator>DefaultIntegrationRestTemplateFactory. getRestTemplateCreators()Method parameters in de.hybris.platform.outboundservices.client.impl with type arguments of type IntegrationRestTemplateCreator Modifier and Type Method Description voidDefaultIntegrationRestTemplateFactory. setRestTemplateCreators(java.util.List<IntegrationRestTemplateCreator> restTemplateCreators)
-