Class PluginAvailableBeanIntrospector.PluginAvailableBean
- java.lang.Object
-
- com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
-
- Enclosing class:
- PluginAvailableBeanIntrospector
public static class PluginAvailableBeanIntrospector.PluginAvailableBean extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginAvailableBean(String beanName, Collection<String> beanInterfaces, Collection<String> availableInterfaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Collection<String>>
getAvailableInterfaces()
Collection<String>
getBeanInterfaces()
String
getBeanName()
-
-
-
Constructor Detail
-
PluginAvailableBean
public PluginAvailableBean(String beanName, Collection<String> beanInterfaces, @Nullable Collection<String> availableInterfaces)
-
-
Method Detail
-
getBeanName
public String getBeanName()
-
getBeanInterfaces
public Collection<String> getBeanInterfaces()
-
getAvailableInterfaces
public Optional<Collection<String>> getAvailableInterfaces()
-
-