- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,B2Object>, Function<org.jclouds.http.HttpResponse,B2Object>
public final class ParseB2ObjectFromResponse
extends Object
implements com.google.common.base.Function<org.jclouds.http.HttpResponse,B2Object>
-
Constructor Summary
Constructors
-
Method Summary
apply(org.jclouds.http.HttpResponse from)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ParseB2ObjectFromResponse
public ParseB2ObjectFromResponse()
-
Method Details
-
apply
public B2Object apply(org.jclouds.http.HttpResponse from)
- Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,B2Object>
- Specified by:
apply in interface Function<org.jclouds.http.HttpResponse,B2Object>