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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class org.codehaus.plexus.component.configurator.converters.composite.MapConverter

    canConvert, fromConfiguration

    Methods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter

    failIfNotTypeCompatible, fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      fromConfiguration in interface org.codehaus.plexus.component.configurator.converters.ParameterizedConfigurationConverter
      Overrides:
      fromConfiguration in class org.codehaus.plexus.component.configurator.converters.composite.MapConverter
      Throws:
      org.codehaus.plexus.component.configurator.ComponentConfigurationException