Uses of Interface
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
-
-
Uses of ConfigurationConverter in org.codehaus.plexus.component.configurator.converters
Classes in org.codehaus.plexus.component.configurator.converters that implement ConfigurationConverter Modifier and Type Class Description classAbstractConfigurationConverterFields in org.codehaus.plexus.component.configurator.converters declared as ConfigurationConverter Modifier and Type Field Description private ConfigurationConverterComponentValueSetter. fieldTypeConverterprivate ConfigurationConverterComponentValueSetter. setterTypeConverter -
Uses of ConfigurationConverter in org.codehaus.plexus.component.configurator.converters.basic
Classes in org.codehaus.plexus.component.configurator.converters.basic that implement ConfigurationConverter Modifier and Type Class Description classAbstractBasicConverterclassBooleanConverterclassByteConverterclassCharConverterclassClassConverterclassDateConverterclassDoubleConverterclassEnumConverterclassFileConverterclassFloatConverterclassIntConverterclassLongConverterclassShortConverterclassStringBufferConverterclassStringConverterclassUriConverterConverter forURIobjects.classUrlConverter -
Uses of ConfigurationConverter in org.codehaus.plexus.component.configurator.converters.composite
Classes in org.codehaus.plexus.component.configurator.converters.composite that implement ConfigurationConverter Modifier and Type Class Description classArrayConverterclassCollectionConverterclassMapConverterConverter forjava.util.Properties.classObjectWithFieldsConverterclassPlexusConfigurationConverterConverter fororg.codehaus.plexus.configuration.PlexusConfigurationclassPropertiesConverterConverter forjava.util.Properties. -
Uses of ConfigurationConverter in org.codehaus.plexus.component.configurator.converters.lookup
Fields in org.codehaus.plexus.component.configurator.converters.lookup with type parameters of type ConfigurationConverter Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,ConfigurationConverter>DefaultConverterLookup. converterMapprivate java.util.List<ConfigurationConverter>DefaultConverterLookup. convertersprivate java.util.List<ConfigurationConverter>DefaultConverterLookup. customConvertersMethods in org.codehaus.plexus.component.configurator.converters.lookup that return ConfigurationConverter Modifier and Type Method Description private ConfigurationConverterDefaultConverterLookup. findConverterForType(java.util.List<ConfigurationConverter> converters, java.lang.Class<?> type)ConfigurationConverterConverterLookup. lookupConverterForType(java.lang.Class<?> type)ConfigurationConverterDefaultConverterLookup. lookupConverterForType(java.lang.Class<?> type)Methods in org.codehaus.plexus.component.configurator.converters.lookup with parameters of type ConfigurationConverter Modifier and Type Method Description voidConverterLookup. registerConverter(ConfigurationConverter converter)voidDefaultConverterLookup. registerConverter(ConfigurationConverter converter)protected voidDefaultConverterLookup. registerDefaultConverter(ConfigurationConverter converter)Method parameters in org.codehaus.plexus.component.configurator.converters.lookup with type arguments of type ConfigurationConverter Modifier and Type Method Description private ConfigurationConverterDefaultConverterLookup. findConverterForType(java.util.List<ConfigurationConverter> converters, java.lang.Class<?> type) -
Uses of ConfigurationConverter in org.codehaus.plexus.component.configurator.converters.special
Classes in org.codehaus.plexus.component.configurator.converters.special that implement ConfigurationConverter Modifier and Type Class Description classClassRealmConverterConfigurationConverter to set up ClassRealm component fields.
-