public class ConfigurationParameterResolverFactory extends Object implements ParameterResolverFactory
This implementation is usually auto-configured when using the Configuration API.
| Constructor and Description | 
|---|
ConfigurationParameterResolverFactory(Configuration configuration)
Initialize an instance using given  
configuration to supply the value to resolve parameters with | 
| Modifier and Type | Method and Description | 
|---|---|
ParameterResolver<?> | 
createInstance(Executable executable,
              Parameter[] parameters,
              int parameterIndex)
If available, creates a ParameterResolver instance that can provide a parameter of type
  
parameterType for a given message. | 
public ConfigurationParameterResolverFactory(Configuration configuration)
configuration to supply the value to resolve parameters withconfiguration - The configuration to look for componentpublic ParameterResolver<?> createInstance(Executable executable, Parameter[] parameters, int parameterIndex)
ParameterResolverFactoryparameterType for a given message.
 
 If the ParameterResolverFactory cannot provide a suitable ParameterResolver, returns null.
createInstance in interface ParameterResolverFactoryexecutable - The executable (constructor or method) to inspectparameters - The parameters on the executable to inspectparameterIndex - The index of the parameter to return a ParameterResolver fornull if none is foundCopyright © 2010–2018. All rights reserved.