org.jclouds.rest.functions
Class AlwaysPresentImplicitOptionalConverter
java.lang.Object
org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
- All Implemented Interfaces:
- com.google.common.base.Function<ClassMethodArgsAndReturnVal,com.google.common.base.Optional<Object>>, ImplicitOptionalConverter
@Beta
public class AlwaysPresentImplicitOptionalConverter
- extends Object
- implements ImplicitOptionalConverter
- Author:
- Adrian Cole
| 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 |
AlwaysPresentImplicitOptionalConverter
public AlwaysPresentImplicitOptionalConverter()
apply
public com.google.common.base.Optional<Object> apply(ClassMethodArgsAndReturnVal input)
- Specified by:
apply in interface com.google.common.base.Function<ClassMethodArgsAndReturnVal,com.google.common.base.Optional<Object>>
Copyright © 2009-2013 jclouds. All Rights Reserved.