Package com.atlassian.jira.component
Class OsgiComponentReference<T>
java.lang.Object
com.atlassian.jira.component.ComponentReference<T>
com.atlassian.jira.component.OsgiComponentReference<T>
- All Implemented Interfaces:
Supplier<T>
,Serializable
,Supplier<T>
public class OsgiComponentReference<T>
extends ComponentReference<T>
implements Supplier<T>, Supplier<T>
Represents a reference like
ComponentReference
but for OSGi Components.- Since:
- 6.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.component.ComponentReference
equals, hashCode, toString
-
Constructor Details
-
OsgiComponentReference
-
-
Method Details
-
get
Description copied from interface:Supplier
Produce an object. Retrieve an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
-