public interface

ParameterizedConfigurationConverter

implements ConfigurationConverter
org.codehaus.plexus.component.configurator.converters.ParameterizedConfigurationConverter
Known Indirect Subclasses

Summary

Public Methods
abstract Object fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)
[Expand]
Inherited Methods
From interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter

Public Methods

public abstract Object fromConfiguration (ConverterLookup converterLookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)

Parameters
converterLookup Repository of available converters
type the type of object to read
typeArguments The type arguments for the generic type being configured, may be null.
baseType the type of object the the source is
classLoader ClassLoader which should be used for loading classes
expressionEvaluator the expression evaluator to use for expressions
Returns
  • the object