Class RawContentParser
- java.lang.Object
-
- com.cdancy.bitbucket.rest.parsers.RawContentParser
-
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,RawContent>,Function<org.jclouds.http.HttpResponse,RawContent>
@Singleton public class RawContentParser extends Object implements com.google.common.base.Function<org.jclouds.http.HttpResponse,RawContent>
Parse body of response into RawContent.
-
-
Constructor Summary
Constructors Constructor Description RawContentParser()
-
-
-
Method Detail
-
apply
public RawContent apply(org.jclouds.http.HttpResponse input)
- Specified by:
applyin interfacecom.google.common.base.Function<org.jclouds.http.HttpResponse,RawContent>- Specified by:
applyin interfaceFunction<org.jclouds.http.HttpResponse,RawContent>
-
-