Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurationConverter |
Modifier and Type | Field and Description |
---|---|
private ConfigurationConverter |
ComponentValueSetter.fieldTypeConverter |
private ConfigurationConverter |
ComponentValueSetter.setterTypeConverter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicConverter |
class |
BooleanConverter |
class |
ByteConverter |
class |
CharConverter |
class |
ClassConverter |
class |
DateConverter |
class |
DoubleConverter |
class |
EnumConverter |
class |
FileConverter |
class |
FloatConverter |
class |
IntConverter |
class |
LongConverter |
class |
ShortConverter |
class |
StringBufferConverter |
class |
StringConverter |
class |
UriConverter
Converter for
URI objects. |
class |
UrlConverter |
Modifier and Type | Class and Description |
---|---|
class |
ArrayConverter |
class |
CollectionConverter |
class |
MapConverter
Converter for
java.util.Properties . |
class |
ObjectWithFieldsConverter |
class |
PlexusConfigurationConverter
Converter for
org.codehaus.plexus.configuration.PlexusConfiguration |
class |
PropertiesConverter
Converter for
java.util.Properties . |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<?>,ConfigurationConverter> |
DefaultConverterLookup.converterMap |
private java.util.List<ConfigurationConverter> |
DefaultConverterLookup.converters |
private java.util.List<ConfigurationConverter> |
DefaultConverterLookup.customConverters |
Modifier and Type | Method and Description |
---|---|
private ConfigurationConverter |
DefaultConverterLookup.findConverterForType(java.util.List<ConfigurationConverter> converters,
java.lang.Class<?> type) |
ConfigurationConverter |
DefaultConverterLookup.lookupConverterForType(java.lang.Class<?> type) |
ConfigurationConverter |
ConverterLookup.lookupConverterForType(java.lang.Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConverterLookup.registerConverter(ConfigurationConverter converter) |
void |
ConverterLookup.registerConverter(ConfigurationConverter converter) |
protected void |
DefaultConverterLookup.registerDefaultConverter(ConfigurationConverter converter) |
Modifier and Type | Method and Description |
---|---|
private ConfigurationConverter |
DefaultConverterLookup.findConverterForType(java.util.List<ConfigurationConverter> converters,
java.lang.Class<?> type) |
Modifier and Type | Class and Description |
---|---|
class |
ClassRealmConverter
ConfigurationConverter to set up ClassRealm component fields.
|