Package com.example.provider1
Class ProviderUtil
- java.lang.Object
-
- com.example.provider1.ProviderUtil
-
public class ProviderUtil extends Object
This class provides the configuration used for the provider instance.Overwriting configuration steps allows customizing the behavior of the framework through injection.
-
-
Constructor Summary
Constructors Constructor Description ProviderUtil()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddMetricQualityDemo(AbstractMetricValue val)com.google.inject.InjectorgetInjector()
-
-
-
Method Detail
-
getInjector
public com.google.inject.Injector getInjector()
-
addMetricQualityDemo
public static void addMetricQualityDemo(AbstractMetricValue val)
-
-