Class FixedMapConverter
java.lang.Object
org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
org.codehaus.plexus.component.configurator.converters.composite.MapConverter
io.confluent.kafka.schemaregistry.maven.FixedMapConverter
- All Implemented Interfaces:
org.codehaus.plexus.component.configurator.converters.ConfigurationConverter,org.codehaus.plexus.component.configurator.converters.ParameterizedConfigurationConverter
public class FixedMapConverter
extends org.codehaus.plexus.component.configurator.converters.composite.MapConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup lookup, org.codehaus.plexus.configuration.PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator, org.codehaus.plexus.component.configurator.ConfigurationListener listener) Methods inherited from class org.codehaus.plexus.component.configurator.converters.composite.MapConverter
canConvert, fromConfigurationMethods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
failIfNotTypeCompatible, fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.plexus.component.configurator.converters.ConfigurationConverter
fromConfiguration
-
Constructor Details
-
FixedMapConverter
public FixedMapConverter()
-
-
Method Details
-
fromConfiguration
public Object fromConfiguration(org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup lookup, org.codehaus.plexus.configuration.PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator, org.codehaus.plexus.component.configurator.ConfigurationListener listener) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException - Specified by:
fromConfigurationin interfaceorg.codehaus.plexus.component.configurator.converters.ParameterizedConfigurationConverter- Overrides:
fromConfigurationin classorg.codehaus.plexus.component.configurator.converters.composite.MapConverter- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
-