Uses of Class
com.blackduck.integration.polaris.common.api.PolarisResponse
Packages that use PolarisResponse
Package
Description
-
Uses of PolarisResponse in com.blackduck.integration.polaris.common.api
Subclasses of PolarisResponse in com.blackduck.integration.polaris.common.apiModifier and TypeClassDescriptionclass
PolarisPagedResourceResponse<R extends PolarisResource>
class
class
PolarisResource<A extends PolarisAttributes>
class
PolarisSingleResourceResponse<R extends PolarisResource>
-
Uses of PolarisResponse in com.blackduck.integration.polaris.common.api.model
Subclasses of PolarisResponse in com.blackduck.integration.polaris.common.api.modelModifier and TypeClassDescriptionclass
class
class
class
-
Uses of PolarisResponse in com.blackduck.integration.polaris.common.service
Methods in com.blackduck.integration.polaris.common.service with type parameters of type PolarisResponseModifier and TypeMethodDescription<R extends PolarisResponse>
R<C extends PolarisResponse>
CPolarisJsonTransformer.getResponse
(com.blackduck.integration.rest.response.Response response, Type responseType) <C extends PolarisResponse>
CPolarisJsonTransformer.getResponseAs
(com.google.gson.JsonObject jsonObject, Type responseType) <C extends PolarisResponse>
CPolarisJsonTransformer.getResponseAs
(String json, Type responseType)