Uses of Class
com.bhn.experimentation.ExperimentationProvider
-
Packages that use ExperimentationProvider Package Description com.bhn.experimentation com.bhn.experimentation.processor -
-
Uses of ExperimentationProvider in com.bhn.experimentation
Methods in com.bhn.experimentation that return ExperimentationProvider Modifier and Type Method Description static ExperimentationProviderExperimentationProvider. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExperimentationProvider[]ExperimentationProvider. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExperimentationProvider in com.bhn.experimentation.processor
Fields in com.bhn.experimentation.processor with type parameters of type ExperimentationProvider Modifier and Type Field Description java.util.Map<ExperimentationProvider,ExperimentProcessor>ExperimentProcessorRegistry. expProcessorMapMethods in com.bhn.experimentation.processor that return ExperimentationProvider Modifier and Type Method Description ExperimentationProviderExperimentProcessor. provider()Methods in com.bhn.experimentation.processor with parameters of type ExperimentationProvider Modifier and Type Method Description ExperimentProcessorExperimentProcessorRegistry. getProcessor(ExperimentationProvider experimentProvider)
-