Class DestinationOauthRestTemplateId
- java.lang.Object
-
- de.hybris.platform.outboundservices.cache.impl.DefaultDestinationRestTemplateId
-
- de.hybris.platform.outboundservices.cache.impl.DestinationOauthRestTemplateId
-
- All Implemented Interfaces:
DestinationRestTemplateId
public class DestinationOauthRestTemplateId extends DefaultDestinationRestTemplateId
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDestinationOauthRestTemplateId(ConsumedDestinationModel destination)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestinationOauthRestTemplateIdfrom(ConsumedDestinationModel destination)java.lang.Class<? extends org.springframework.web.client.RestTemplate>getRestTemplateType()-
Methods inherited from class de.hybris.platform.outboundservices.cache.impl.DefaultDestinationRestTemplateId
equals, getDestination, hashCode, toString
-
-
-
-
Constructor Detail
-
DestinationOauthRestTemplateId
protected DestinationOauthRestTemplateId(ConsumedDestinationModel destination)
-
-
Method Detail
-
from
public static DestinationOauthRestTemplateId from(ConsumedDestinationModel destination)
-
getRestTemplateType
public java.lang.Class<? extends org.springframework.web.client.RestTemplate> getRestTemplateType()
- Specified by:
getRestTemplateTypein interfaceDestinationRestTemplateId- Overrides:
getRestTemplateTypein classDefaultDestinationRestTemplateId
-
-