Uses of Class
org.jclouds.reflect.InvocationSuccess

Packages that use InvocationSuccess
org.jclouds.reflect   
org.jclouds.rest.functions   
org.jclouds.rest.internal   
 

Uses of InvocationSuccess in org.jclouds.reflect
 

Methods in org.jclouds.reflect that return InvocationSuccess
static InvocationSuccess InvocationSuccess.create(Invocation invocation, Object result)
           
 

Uses of InvocationSuccess in org.jclouds.rest.functions
 

Methods in org.jclouds.rest.functions with parameters of type InvocationSuccess
 com.google.common.base.Optional<Object> PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion.apply(InvocationSuccess input)
           
 com.google.common.base.Optional<Object> AlwaysPresentImplicitOptionalConverter.apply(InvocationSuccess input)
           
 

Uses of InvocationSuccess in org.jclouds.rest.internal
 

Fields in org.jclouds.rest.internal with type parameters of type InvocationSuccess
protected  com.google.common.base.Function<InvocationSuccess,com.google.common.base.Optional<Object>> DelegatesToInvocationFunction.optionalConverter
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.