org.jclouds.rest.functions
Class AlwaysPresentImplicitOptionalConverter

java.lang.Object
  extended by org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
All Implemented Interfaces:
com.google.common.base.Function<InvocationSuccess,com.google.common.base.Optional<Object>>, ImplicitOptionalConverter

@Beta
public class AlwaysPresentImplicitOptionalConverter
extends Object
implements ImplicitOptionalConverter

Author:
Adrian Cole

Constructor Summary
AlwaysPresentImplicitOptionalConverter()
           
 
Method Summary
 com.google.common.base.Optional<Object> apply(InvocationSuccess input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

AlwaysPresentImplicitOptionalConverter

public AlwaysPresentImplicitOptionalConverter()
Method Detail

apply

public com.google.common.base.Optional<Object> apply(InvocationSuccess input)
Specified by:
apply in interface com.google.common.base.Function<InvocationSuccess,com.google.common.base.Optional<Object>>


Copyright © 2009-2013 jclouds. All Rights Reserved.