com.cloudcontrolled.api.client.util
Class PathUtil

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

public class PathUtil
extends Object

PathUtil class.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
PathUtil()
           
 
Method Summary
static
<T> void
infixPotentialDefaults(Request<T> request)
           infixPotentialDefaults.
static
<T> void
infixPotentialDefaults(Request<T> request, Class<?> targetClazz, boolean infixPotentialValuesOfSuperClass)
           infixPotentialDefaults.
static
<T> String
resolveResourcePath(Request<T> request)
           resolveResourcePath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathUtil

public PathUtil()
Method Detail

infixPotentialDefaults

public static <T> void infixPotentialDefaults(Request<T> request)

infixPotentialDefaults.

Type Parameters:
T - a T object.
Parameters:
request - a Request object.

infixPotentialDefaults

public static <T> void infixPotentialDefaults(Request<T> request,
                                              Class<?> targetClazz,
                                              boolean infixPotentialValuesOfSuperClass)

infixPotentialDefaults.

Type Parameters:
T - a T object.
Parameters:
request - a Request object.
targetClazz - a Class object.
infixPotentialValuesOfSuperClass - a boolean.

resolveResourcePath

public static <T> String resolveResourcePath(Request<T> request)

resolveResourcePath.

Type Parameters:
T - a T object.
Parameters:
request - a Request object.
Returns:
a String object.


Copyright © 2012. All Rights Reserved.