public class PresentWhenExtensionAnnotationMatchesExtensionSet extends Object implements ImplicitOptionalConverter
Extension to bind a class that implements an extension
API to an Extension.
Match in the following order:
1. Match by namespace
2. Match by namespace aliases
3. Match by alias
4. Match by name
New versions of openstack have no namespaces anymore.
Alias is different than a namespace alias - it's an alternative namespace URL to match against.| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Object> |
apply(InvocationSuccess input) |
String |
toString() |
public com.google.common.base.Optional<Object> apply(InvocationSuccess input)
apply in interface Function<InvocationSuccess,com.google.common.base.Optional<Object>>Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.