Interface Loader<T>
-
- Type Parameters:
T- the type of the object this loader is loading
- All Known Implementing Classes:
ClassificationStrategyFactoryLoader,ConfigurationLoader,ConflictDetectionConfigurationLoader,ConverterLoader,ExecutionModeLoader,ExtensionLoader,FaultCharacterizationAlgorithmFactoryLoader,GeneratingFaultCharacterizationAlgorithmFactoryLoader,GeneratingInterleavingConfigurationLoader,GeneratorLoader,InputParameterModelLoader,InterleavingConfigurationLoader,ReporterLoader,TestConfigurationLoader,TestInputPrioritizerLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Loader<T>
Loads a certain type of object, that is supplied via aMethodBasedProviderspecified by a source annotation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tload(Method method)Loads a T based on the class
-