Uses of Class
oracle.dbtools.plugin.api.di.Instances.Builder
Packages that use Instances.Builder
-
Uses of Instances.Builder in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return Instances.BuilderModifier and TypeMethodDescriptionAdd an instance of a serviceInstances.Builder.add(TypeQualifier<T> service, T instance) Add an instance of a servicestatic Instances.BuilderInstances.builder()Produce a newInstances.BuilderinstanceInstances.Builder.clear()Clear all instancesMerge the specified set of instances into this set, overwriting any existing instances with the specified valuesInstances.modify()Produce aInstances.Builderinstance initialized with the state of this instanceRemove all providers of the specified typeInstances.Builder.remove(TypeQualifier<T> service) Remove all providers of the specified serviceSet the sole provider of the specified serviceInstances.Builder.set(TypeQualifier<?> service, InstanceProvider<?> provider) Set the soleInstanceProviderfor the specified serviceInstances.Builder.set(TypeQualifier<T> qualifier, T instance) Set the sole implementation of the specified service