java.lang.Object
io.helidon.inject.tools.ActivatorCreatorProvider
- All Implemented Interfaces:
Provider<ActivatorCreator>
@Singleton
public class ActivatorCreatorProvider
extends Object
implements Provider<ActivatorCreator>
Provides access to the global singleton
ActivatorCreator
in use.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.this is a Java ServiceLoader implementation and the constructor should not be used directly -
Method Summary
Modifier and TypeMethodDescriptionget()
static ActivatorCreator
instance()
Returns the global instance that was service loaded.
-
Constructor Details
-
ActivatorCreatorProvider
Deprecated.this is a Java ServiceLoader implementation and the constructor should not be used directlyService loader based constructor.
-
-
Method Details
-
get
- Specified by:
get
in interfaceProvider<ActivatorCreator>
-
instance
Returns the global instance that was service loaded. Note that this call is guaranteed to return a result since the default implementation is here in this module.- Returns:
- the global service instance with the highest weight
-