Class DefaultConverterLookup
java.lang.Object
org.codehaus.plexus.component.configurator.converters.lookup.DefaultConverterLookup
- All Implemented Interfaces:
ConverterLookup
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<ConfigurationConverter>
private static final ConfigurationConverter[]
private final Map<Class<?>,
ConfigurationConverter> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlookupConverterForType
(Class<?> type) void
registerConverter
(ConfigurationConverter converter) (package private) void
setCustomConverters
(List<ConfigurationConverter> converters)
-
Field Details
-
DEFAULT_CONVERTERS
-
lookupCache
-
customConverters
-
-
Constructor Details
-
DefaultConverterLookup
public DefaultConverterLookup()
-
-
Method Details
-
registerConverter
- Specified by:
registerConverter
in interfaceConverterLookup
-
lookupConverterForType
public ConfigurationConverter lookupConverterForType(Class<?> type) throws ComponentConfigurationException - Specified by:
lookupConverterForType
in interfaceConverterLookup
- Throws:
ComponentConfigurationException
-
setCustomConverters
-