org.jclouds.util
Class Optionals2

java.lang.Object
  extended by org.jclouds.util.Optionals2

public class Optionals2
extends Object

Author:
Adrian Cole

Constructor Summary
Optionals2()
           
 
Method Summary
static boolean isReturnTypeOptional(Method method)
           
static Class<?> returnTypeOrTypeOfOptional(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Optionals2

public Optionals2()
Method Detail

returnTypeOrTypeOfOptional

public static Class<?> returnTypeOrTypeOfOptional(Method method)

isReturnTypeOptional

public static boolean isReturnTypeOptional(Method method)


Copyright © 2009-2013 jclouds. All Rights Reserved.