Class TimeZoneResponseGoogleResponseParser
java.lang.Object
de.hybris.platform.travelservices.storelocator.impl.TimeZoneResponseGoogleResponseParser
- All Implemented Interfaces:
org.springframework.web.client.ResponseExtractor<TimeZoneResponseData>
public class TimeZoneResponseGoogleResponseParser
extends Object
implements org.springframework.web.client.ResponseExtractor<TimeZoneResponseData>
The type Time zone response google response parser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractData(org.springframework.http.client.ClientHttpResponse response)
-
Constructor Details
-
TimeZoneResponseGoogleResponseParser
public TimeZoneResponseGoogleResponseParser()
-
-
Method Details
-
extractData
public TimeZoneResponseData extractData(org.springframework.http.client.ClientHttpResponse response) throws IOException - Specified by:
extractDatain interfaceorg.springframework.web.client.ResponseExtractor<TimeZoneResponseData>- Throws:
IOException
-