com.cloudcontrolled.api.client.util
Class StandardizationUtil

java.lang.Object
  extended by com.cloudcontrolled.api.client.util.StandardizationUtil

public class StandardizationUtil
extends Object

StandardizationUtil class.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
StandardizationUtil()
           
 
Method Summary
static
<T> JSONNormalizer
getJSONStandardizer(Response<T> response)
           getJSONStandardizer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardizationUtil

public StandardizationUtil()
Method Detail

getJSONStandardizer

public static <T> JSONNormalizer getJSONStandardizer(Response<T> response)

getJSONStandardizer.

Type Parameters:
T - a T object.
Parameters:
response - a Response object.
Returns:
a JSONNormalizer object.


Copyright © 2012. All Rights Reserved.